application-dev.yml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. spring:
  2. datasource:
  3. type: com.alibaba.druid.pool.DruidDataSource
  4. driverClassName: oracle.jdbc.OracleDriver
  5. username: YITOA_DATACENTER
  6. password: select!#%*(
  7. url: jdbc:oracle:thin:@10.10.10.103:1521:orcl
  8. initialSize: 1
  9. maxActive: 3
  10. maxWait: 30000
  11. testOnBorrow: false
  12. testOnReturn: false
  13. testWhileIdle: true
  14. validationQuery: SELECT 1 FROM DUAL
  15. timeBetweenEvictionRunsMillis: 60000
  16. removeAbandoned: true
  17. removeAbandonedTimeout: 1800
  18. minEvictableIdleTimeMillis: 300000
  19. poolPreparedStatements: true
  20. maxPoolPreparedStatementPerConnectionSize: 3
  21. server:
  22. tomcat:
  23. uri_encoding: UTF-8
  24. context-path:
  25. /eis_kye
  26. port: 8185
  27. action:
  28. api_action: /EIS/api,/EIS/mes,/EIS/erp
  29. public_actions: /EIS/logout,/EIS/hello1
  30. extral:
  31. kye:
  32. route: https://open.ky-express.com/sandbox/router/rest
  33. appKey : 82408
  34. appSecret : 7794FC5CD322F168D4A70A0E116365CC
  35. customerCode : "075525131031"
  36. platformFlag : 6820933B508C2977269F78B2DCD329CB
  37. sandbox : true