md
This commit is contained in:
parent
f8268b0110
commit
5b45e0c44a
@ -87,13 +87,13 @@ token:
|
|||||||
# mapperLocations: classpath*:mapper/**/*Mapper.xml
|
# mapperLocations: classpath*:mapper/**/*Mapper.xml
|
||||||
# # 加载全局的配置文件
|
# # 加载全局的配置文件
|
||||||
# configLocation: classpath:mybatis/mybatis-config.xml
|
# configLocation: classpath:mybatis/mybatis-config.xml
|
||||||
|
# config-location: classpath:mybatis/mybatis-config.xml
|
||||||
|
|
||||||
mybatis-plus:
|
mybatis-plus:
|
||||||
type-aliases-package: com.xdadan.**.domain
|
type-aliases-package: com.xdadan.**.domain
|
||||||
mapper-locations: classpath*:mapper/**/*Mapper.xml
|
mapper-locations: classpath*:mapper/**/*Mapper.xml
|
||||||
config-location: classpath:mybatis/mybatis-config.xml
|
|
||||||
configuration:
|
configuration:
|
||||||
cache-enabled: true
|
cache-enabled: false
|
||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
lazy-loading-enabled: true
|
lazy-loading-enabled: true
|
||||||
aggressive-lazy-loading: false
|
aggressive-lazy-loading: false
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user