| 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_invoice
- port: 8184
- action:
- api_action: /EIS/api,/EIS/mes,/EIS/erp
- public_actions: /EIS/logout,/EIS/hello1
- extral:
- donlim:
- route: https://sdk.nuonuo.com/open/v1/services
- appKey: 47646161
- appSecret: B6681C05C3EA4408
- token: 3792fb46bc927024c7f6a504fzow07cs
- taxnum: 91440300319521190W
- isProd: true
|