Browse Source

提交配置

Sand Wen 9 năm trước cách đây
mục cha
commit
1be69a12cf
3 tập tin đã thay đổi với 16 bổ sung9 xóa
  1. 7 9
      ag-ehr-platform.yml
  2. 5 0
      application.yml
  3. 4 0
      svr-adaption.yml

+ 7 - 9
ag-ehr-platform.yml

@ -1,9 +1,7 @@
#redis:
#  connection-factory:
#    host-name: 172.17.110.68
#  connection-factory:
#      port: 6379
#  pool:
#    min-idle: 5
#    max-idle: 10
#    max-total: 15
endpoints:
  restart:
    enabled: true
  shutdown:
    enabled: true
  health:
    sensitive: false

+ 5 - 0
application.yml

@ -34,6 +34,11 @@ svr-standard.server.port: 10040
svr-user.server.port: 10120
ag-ehr-platform.server.port: 443
#错误消息
ehr.common.invalid.parameter: 参数解析错误
ehr.common.query.not.found: 不存在该对象
ehr.common.repeat.code: 代码重复
---
spring:
  profiles: dev

+ 4 - 0
svr-adaption.yml

@ -26,6 +26,10 @@ fast-dfs:
    anti-steal-token: no
    secret-key: FastDFS1234567890
ehr.common.invalid.parameter: 参数解析错误
ehr.common.query.not.found: 不存在该对象
ehr.common.repeat.code: 代码重复
---
spring:
  profiles: dev