作者 曾义

更新 application-dev.yml

@@ -71,6 +71,7 @@ mybatis-plus: @@ -71,6 +71,7 @@ mybatis-plus:
71 refresh: true 71 refresh: true
72 # 关闭MP3.0自带的banner 72 # 关闭MP3.0自带的banner
73 banner: false 73 banner: false
  74 + sql-parser-cache: true
74 db-config: 75 db-config:
75 # 主键类型 0:数据库ID自增 1.未定义 2.用户输入 3 id_worker 4.uuid 5.id_worker字符串表示 76 # 主键类型 0:数据库ID自增 1.未定义 2.用户输入 3 id_worker 4.uuid 5.id_worker字符串表示
76 id-type: 0 77 id-type: 0
@@ -85,8 +86,6 @@ mybatis-plus: @@ -85,8 +86,6 @@ mybatis-plus:
85 logic-not-delete-value: 0 86 logic-not-delete-value: 0
86 configuration: 87 configuration:
87 map-underscore-to-camel-case: true 88 map-underscore-to-camel-case: true
88 - global-config:  
89 - sql-parser-cache: true  
90 89
91 #swagger公共信息 90 #swagger公共信息
92 swagger: 91 swagger: