md
This commit is contained in:
parent
73fd830017
commit
644614b3d9
@ -94,7 +94,7 @@ token:
|
|||||||
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
|
config-location: classpath:mybatis/mybatis-config.xml
|
||||||
configuration:
|
configuration:
|
||||||
cache-enabled: true
|
cache-enabled: true
|
||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
|
|||||||
@ -14,7 +14,7 @@ PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
|
|||||||
<!-- 指定 MyBatis 所用日志的具体实现 -->
|
<!-- 指定 MyBatis 所用日志的具体实现 -->
|
||||||
<setting name="logImpl" value="SLF4J" />
|
<setting name="logImpl" value="SLF4J" />
|
||||||
<!-- 使用驼峰命名法转换字段 -->
|
<!-- 使用驼峰命名法转换字段 -->
|
||||||
<!-- <setting name="mapUnderscoreToCamelCase" value="true"/> -->
|
<setting name="mapUnderscoreToCamelCase" value="true"/>
|
||||||
|
|
||||||
<setting name="lazyLoadingEnabled" value="true"/>
|
<setting name="lazyLoadingEnabled" value="true"/>
|
||||||
<setting name="aggressiveLazyLoading" value="false"></setting>
|
<setting name="aggressiveLazyLoading" value="false"></setting>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user