修改配置信息

This commit is contained in:
ajaxfan
2021-01-27 15:48:16 +08:00
parent 94ee7029b5
commit d4d309d3f8
104 changed files with 1061 additions and 497 deletions

View File

@ -162,18 +162,6 @@ mybatis-plus:
logic-not-delete-value: normal # 逻辑删除标记:正常数据
logic-delete-value: deleted # 逻辑删除标记:已删除的数据
type-aliases-package: com.chinaunicom.mall.ebtp.project
# --------------feign ------------
feign:
httpclient:
enabled: false
okhttp:
enabled: true
client:
config:
default:
connect-timeout: 20000
read-timeout: 20000
hystrix:
command:
@ -205,3 +193,13 @@ mconfig:
service-name-wfap: wfap #重新评审 流程微服务
wfSectionNo: '001'
wfSectionName: 采购方案审批
# 用户暴露给 prometheus 的健康数据
management:
endpoints:
web:
exposure:
include: "*"
cors:
allowed-origins: "*"
allowed-methods: "*"