application-prod.yml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. server:
  2. port: 1100
  3. servlet:
  4. encoding:
  5. charset: UTF-8
  6. force: true
  7. enabled: true
  8. tomcat:
  9. uri-encoding: UTF-8
  10. spring:
  11. thymeleaf:
  12. cache: false
  13. datasource:
  14. dynamic:
  15. primary: his
  16. strict: false
  17. datasource:
  18. his:
  19. url: "jdbc:sqlserver://172.16.32.168:1433;databaseName=thxyhisdb"
  20. username: "sa"
  21. password:
  22. type: "com.zaxxer.hikari.HikariDataSource"
  23. driver-class-name: "com.microsoft.sqlserver.jdbc.SQLServerDriver"
  24. thmz:
  25. url: "jdbc:mariadb://172.16.32.160:3306/thyy_mz_system?useUnicode=true&characterEncoding=utf-8"
  26. username: "root"
  27. password: "thyy@2018"
  28. type: "com.zaxxer.hikari.HikariDataSource"
  29. driver-class-name: "org.mariadb.jdbc.Driver"
  30. hikari:
  31. minimum-idle: 3
  32. idle-timeout: 180000
  33. maximum-pool-size: 10
  34. auto-commit: true
  35. pool-name: lisDbPool
  36. connection-timeout: 30000
  37. connection-test-query: select 1
  38. jackson:
  39. time-zone: GMT+8
  40. date-format: yyyy-MM-dd HH:mm:ss
  41. forest:
  42. timeout: 0
  43. read-timeout: 0
  44. log-enabled: false
  45. log-request: false
  46. log-response-status: false
  47. mybatis-plus:
  48. configuration:
  49. map-underscore-to-camel-case: true
  50. #正式环境
  51. si-api-url: http://dms.hun.hsip.gov.cn/isp-api/powercsb/1101
  52. si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
  53. si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
  54. web-his-url: http://172.16.32.160:8077