Browse Source

created by xielq base of master branch

xielq 5 years ago
parent
commit
be47f087e9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/main/resources/application.yml

+ 2 - 2
src/main/resources/application.yml

@@ -4,7 +4,7 @@ spring:
         driverClassName: oracle.jdbc.OracleDriver
         username: UAS_DEV
         password: select!#%*(
-        url: jdbc:oracle:thin:@192.168.253.6:1521:orcl
+        url: jdbc:oracle:thin:@127.0.0.1:1521:orcl
     http:
         encoding:
             force: true
@@ -20,4 +20,4 @@ server:
 
 action:
     api_action: /EIS/api
-    public_actions: /EIS/logout,/EIS/hello1
+    public_actions: /EIS/logout,/EIS/hello1