application-test.yml 976 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. spring:
  2. application:
  3. name: chntzcgl-zcszhgl-vr
  4. syscode: CT00017
  5. cloud:
  6. nacos:
  7. discovery:
  8. server-addr: 10.190.26.194:8848
  9. access-key: 84f0bbec3a6e3ebf0c694462febce169
  10. datasource:
  11. url: jdbc:oracle:thin:@//10.180.41.39:1521/resdb
  12. username: RES_VR
  13. password: IDCqawsed@123.
  14. driver-class-name: oracle.jdbc.OracleDriver
  15. hikari:
  16. maximum-pool-size: 20 #连接池最大连接数
  17. minimum-idle: 5 #连接池最小连接数
  18. connection-timeout: 30000
  19. idle-timeout: 600000
  20. max-lifetime: 1800000
  21. login-timeout: 60000
  22. pool-name: MyHikariCP
  23. mybatis-plus:
  24. mapper-locations: classpath:mapper/*Mapper.xml
  25. configuration:
  26. log-impl: org.apache.ibatis.logging.stdout.StdOutImpl
  27. tieta:
  28. sysCode: CT00017
  29. serverName: scene
  30. checkToken:
  31. syscode: CHNTRMS2
  32. redis:
  33. host: http://10.190.22.99:8081
  34. tlog:
  35. enable-invoke-time-print: true
  36. gateway:
  37. url: http://10.190.26.191:8097