| 123456789101112131415161718192021222324252627282930 |
- spring:
- datasource:
- type: org.apache.tomcat.jdbc.pool.DataSource
- driverClassName: oracle.jdbc.OracleDriver
- username: HILINK_TEST
- password: select!#%*(
- url: jdbc:oracle:thin:@erp.hlktech.com:1521:orcl
- http:
- encoding:
- force: true
- charset: UTF-8
- enabled: true
- message:
- encoding: UTF-8
- 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
|