md
This commit is contained in:
parent
f8268b0110
commit
5b45e0c44a
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user