2
0

feat: add mybatis plus

This commit is contained in:
caiyuchao
2024-12-09 17:07:57 +08:00
parent 735c181fc8
commit af65a433ef
10 changed files with 210 additions and 8 deletions

View File

@@ -42,12 +42,12 @@ spring:
# url:
# driver-class-name:
# mybatis配置
mybatis:
# mybatis-plus配置
mybatis-plus:
# 搜索指定包别名
typeAliasesPackage: org.wfc.system
type-aliases-package: org.wfc.system
# 配置mapper的扫描找到所有的mapper.xml映射文件
mapperLocations: classpath:mapper/**/*.xml
mapper-locations: classpath:mapper/**/*.xml
# swagger配置
swagger: