feat: 添加 spring-boot-mybatis starter.

This commit is contained in:
ljh01459796
2023-06-25 13:26:21 +08:00
parent 3d16e4e68b
commit 00487ac4ef
29 changed files with 1016 additions and 16 deletions

View File

@@ -54,6 +54,16 @@ spring:
config:
multi-statement-allow: true
mybatis-plus:
configuration:
map-underscore-to-camel-case: true
mapper-locations: classpath*:mapper/*Mapper.xml
global-config:
db-config:
logic-delete-field: deleted
logic-not-delete-value: 1
logic-delete-value: 2
springdoc:
api-docs:
enabled: true