|
|
@@ -2,9 +2,9 @@ spring:
|
|
|
datasource:
|
|
|
type: org.apache.tomcat.jdbc.pool.DataSource
|
|
|
driverClassName: oracle.jdbc.OracleDriver
|
|
|
- username: UAS_DEV
|
|
|
+ username: FANT_T
|
|
|
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
|