application-prod.yml 694 B

12345678910111213141516171819202122232425262728
  1. spring:
  2. datasource:
  3. type: org.apache.tomcat.jdbc.pool.DataSource
  4. driverClassName: oracle.jdbc.OracleDriver
  5. username: BAIYT
  6. password: select!#%*(
  7. url: jdbc:oracle:thin:@127.0.0.1:1521:orcl
  8. redis:
  9. host: 10.1.81.208
  10. port: 26379
  11. server:
  12. tomcat:
  13. uri_encoding: UTF-8
  14. context-path:
  15. /EIS
  16. Task:
  17. SyncProductsMethod: syncProducts
  18. SyncProductsCron: 0 0/1 * * * ?
  19. SyncMakeBasesMethod: syncMakeBases
  20. SyncMakeBasesCron: 0 0/2 * * * ?
  21. syncCustomerMethod: syncCustomer
  22. syncCustomerCron: 0 0/1 * * * ?
  23. action:
  24. api_action: /EIS/api,/EIS/mes,/EIS/erp
  25. public_actions: /EIS/logout,/EIS/hello1