作者 曾义

更新 application-dev.yml

... ... @@ -26,6 +26,7 @@ management:
exposure:
include: '*'
# feign 配置
feign:
hystrix:
... ... @@ -84,6 +85,8 @@ mybatis-plus:
logic-not-delete-value: 0
configuration:
map-underscore-to-camel-case: true
global-config:
sql-parser-cache: true
#swagger公共信息
swagger:
... ...