| 12345678910111213141516171819202122232425262728 |
- spring:
- datasource:
- type: org.apache.tomcat.jdbc.pool.DataSource
- driverClassName: oracle.jdbc.OracleDriver
- username: BAIYT
- password: select!#%*(
- url: jdbc:oracle:thin:@127.0.0.1:1521:orcl
- redis:
- host: 10.1.81.208
- port: 26379
- server:
- tomcat:
- uri_encoding: UTF-8
- context-path:
- /EIS
- Task:
- SyncProductsMethod: syncProducts
- SyncProductsCron: 0 0/1 * * * ?
- SyncMakeBasesMethod: syncMakeBases
- SyncMakeBasesCron: 0 0/2 * * * ?
- syncCustomerMethod: syncCustomer
- syncCustomerCron: 0 0/1 * * * ?
- action:
- api_action: /EIS/api,/EIS/mes,/EIS/erp
- public_actions: /EIS/logout,/EIS/hello1
|