| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- spring:
- datasource:
- type: org.apache.tomcat.jdbc.pool.DataSource
- driverClassName: oracle.jdbc.OracleDriver
- username: MES
- password: select!#%*(
- url: jdbc:oracle:thin:@127.0.0.1:1521:orcl
- http:
- encoding:
- force: true
- charset: UTF-8
- enabled: true
- message:
- encoding: UTF-8
- redis:
- host: 10.1.81.208
- port: 26379
- server:
- tomcat:
- uri_encoding: UTF-8
- context-path:
- /EIS
- logging:
- level:
- org:
- hibernate:
- type: trace
- config: classpath:logback-prod.xml
- action:
- api_action: /EIS/api
- public_actions: /EIS/logout,/EIS/hello1
- extral:
- kingdee:
- url: http://183.62.131.97:9880/k3cloud/
- dbId: 614562cfb7a481
- uid: admin1
- pwd: 123456789
- lang: 2052
|