This commit is contained in:
linfso 2024-06-01 09:17:08 +08:00
parent f8268b0110
commit 5b45e0c44a

View File

@ -87,13 +87,13 @@ token:
# mapperLocations: classpath*:mapper/**/*Mapper.xml
# # 加载全局的配置文件
# configLocation: classpath:mybatis/mybatis-config.xml
# config-location: classpath:mybatis/mybatis-config.xml
mybatis-plus:
type-aliases-package: com.xdadan.**.domain
mapper-locations: classpath*:mapper/**/*Mapper.xml
config-location: classpath:mybatis/mybatis-config.xml
configuration:
cache-enabled: true
cache-enabled: false
map-underscore-to-camel-case: true
lazy-loading-enabled: true
aggressive-lazy-loading: false