md
This commit is contained in:
parent
a2040f8c02
commit
45c1869a22
@ -92,11 +92,11 @@ 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
|
||||||
lazy-loading-enabled: true
|
# lazy-loading-enabled: true
|
||||||
aggressive-lazy-loading: false
|
# aggressive-lazy-loading: false
|
||||||
global-config:
|
global-config:
|
||||||
#主键类型 0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID";
|
#主键类型 0:"数据库ID自增", 1:"用户输入ID",2:"全局唯一ID (数字类型唯一ID)", 3:"全局唯一ID UUID";
|
||||||
id-type: 1
|
id-type: 1
|
||||||
|
|||||||
@ -20,5 +20,5 @@ PUBLIC "-//mybatis.org//DTD Config 3.0//EN"
|
|||||||
<setting name="aggressiveLazyLoading" value="false"></setting>
|
<setting name="aggressiveLazyLoading" value="false"></setting>
|
||||||
|
|
||||||
</settings>
|
</settings>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user