application-prod.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_invoice
  26. port: 8184
  27. action:
  28. api_action: /EIS/api,/EIS/mes,/EIS/erp
  29. public_actions: /EIS/logout,/EIS/hello1
  30. extral:
  31. donlim:
  32. route: https://sdk.nuonuo.com/open/v1/services
  33. appKey: 47646161
  34. appSecret: B6681C05C3EA4408
  35. token: 3792fb46bc927024c7f6a504fzow07cs
  36. taxnum: 91440300319521190W
  37. isProd: true