正在显示
1 个修改的文件
包含
1 行增加
和
2 行删除
@@ -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: |
-
请 注册 或 登录 后发表评论