作者 曾义

更新 application-dev.yml

@@ -26,6 +26,7 @@ management: @@ -26,6 +26,7 @@ management:
26 exposure: 26 exposure:
27 include: '*' 27 include: '*'
28 28
  29 +
29 # feign 配置 30 # feign 配置
30 feign: 31 feign:
31 hystrix: 32 hystrix:
@@ -84,6 +85,8 @@ mybatis-plus: @@ -84,6 +85,8 @@ mybatis-plus:
84 logic-not-delete-value: 0 85 logic-not-delete-value: 0
85 configuration: 86 configuration:
86 map-underscore-to-camel-case: true 87 map-underscore-to-camel-case: true
  88 + global-config:
  89 + sql-parser-cache: true
87 90
88 #swagger公共信息 91 #swagger公共信息
89 swagger: 92 swagger: