| 123456789101112131415161718192021222324252627282930313233343536373839 |
- spring:
- datasource:
- type: com.alibaba.druid.pool.DruidDataSource
- driverClassName: oracle.jdbc.OracleDriver
- username: YITOA_DATACENTER
- password: select!#%*(
- url: jdbc:oracle:thin:@10.10.10.103:1521:orcl
- initialSize: 1
- maxActive: 3
- maxWait: 30000
- testOnBorrow: false
- testOnReturn: false
- testWhileIdle: true
- validationQuery: SELECT 1 FROM DUAL
- timeBetweenEvictionRunsMillis: 60000
- removeAbandoned: true
- removeAbandonedTimeout: 1800
- minEvictableIdleTimeMillis: 300000
- poolPreparedStatements: true
- maxPoolPreparedStatementPerConnectionSize: 3
- server:
- tomcat:
- uri_encoding: UTF-8
- context-path:
- /eis_kye
- port: 8185
- action:
- api_action: /EIS/api,/EIS/mes,/EIS/erp
- public_actions: /EIS/logout,/EIS/hello1
- extral:
- kye:
- route: https://open.ky-express.com/sandbox/router/rest
- appKey : 82408
- appSecret : 7794FC5CD322F168D4A70A0E116365CC
- customerCode : "075525131031"
- platformFlag : 6820933B508C2977269F78B2DCD329CB
- sandbox : true
|