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