| 123456789101112131415161718192021222324252627282930313233 |
- spring:
- datasource:
- type: org.apache.tomcat.jdbc.pool.DataSource
- driverClassName: oracle.jdbc.OracleDriver
- username: MOYING
- password: select!#%*(
- url: jdbc:oracle:thin:@10.1.81.208:11696:orcl
- server:
- tomcat:
- uri_encoding: UTF-8
- context-path:
- /EIS
- Task:
- getVacationMethod: syncProducts
- getVacationCron: 0 0/10 * * * ?
- getCCSQMethod: syncMakeBases
- getCCSQCron: 0 2/10 * * * ?
- getExtraWorkMethod: syncMakeBases
- getExtraWorkCron: 0 4/10 * * * ?
- action:
- api_action: /EIS/api,/EIS/mes,/EIS/erp
- public_actions: /EIS/logout,/EIS/hello1
- dingTalk:
- api: https://oapi.dingtalk.com
- appKey: 1
- appSecret: 2
- processCode: 3
- originatorUserId: 4
- callToken: 5
- callAesKey: 6
|