application-dev.yml 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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.179: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. mvc:
  42. format:
  43. date: yyyy-MM-dd
  44. date-time: yyyy-MM-dd HH:mm:ss
  45. static-path-pattern: /**
  46. forest:
  47. timeout: 0
  48. read-timeout: 0
  49. log-enabled: false
  50. log-request: false
  51. log-response-status: false
  52. mybatis-plus:
  53. configuration:
  54. map-underscore-to-camel-case: true
  55. #测试环境
  56. si-api-url: http://webhis.thyy.cn:8077/ybjkdz
  57. si-access-key: 04eMGRg7beAO6vqwrZiLacV8Uy3jNn7QGDUcBO
  58. si-secret-key: SK3Oip3a2R3NLz2xm58Mpmi69oFu96KrdKNRKglN
  59. web-his-url: http://172.16.30.26:8706
  60. thmz-url: http://172.16.30.99:8089/thmz