|
@@ -4,7 +4,7 @@ spring:
|
|
|
driverClassName: oracle.jdbc.OracleDriver
|
|
driverClassName: oracle.jdbc.OracleDriver
|
|
|
username: MES
|
|
username: MES
|
|
|
password: select!#%*(
|
|
password: select!#%*(
|
|
|
- url: jdbc:oracle:thin:@127.0.0.1:1521:orcl
|
|
|
|
|
|
|
+ url: jdbc:oracle:thin:@192.168.0.86:1521:orcl
|
|
|
initialSize: 1
|
|
initialSize: 1
|
|
|
maxActive: 3
|
|
maxActive: 3
|
|
|
maxWait: 30000
|
|
maxWait: 30000
|
|
@@ -25,20 +25,20 @@ spring:
|
|
|
enabled: true
|
|
enabled: true
|
|
|
message:
|
|
message:
|
|
|
encoding: UTF-8
|
|
encoding: UTF-8
|
|
|
- # redis:
|
|
|
|
|
- # host: 127.0.0.1
|
|
|
|
|
- # port: 6379
|
|
|
|
|
|
|
+ # redis:
|
|
|
|
|
+ # host: 127.0.0.1
|
|
|
|
|
+ # port: 6379
|
|
|
server:
|
|
server:
|
|
|
tomcat:
|
|
tomcat:
|
|
|
uri_encoding: UTF-8
|
|
uri_encoding: UTF-8
|
|
|
context-path:
|
|
context-path:
|
|
|
/EIS
|
|
/EIS
|
|
|
logging:
|
|
logging:
|
|
|
- level:
|
|
|
|
|
- org:
|
|
|
|
|
- hibernate:
|
|
|
|
|
- type: trace
|
|
|
|
|
- config: classpath:logback-prod.xml
|
|
|
|
|
|
|
+ level:
|
|
|
|
|
+ org:
|
|
|
|
|
+ hibernate:
|
|
|
|
|
+ type: trace
|
|
|
|
|
+ config: classpath:logback-prod.xml
|
|
|
|
|
|
|
|
action:
|
|
action:
|
|
|
api_action: /EIS/api
|
|
api_action: /EIS/api
|