|
@@ -45,9 +45,15 @@ mybatis-plus:
|
|
|
log-impl: org.apache.ibatis.logging.slf4j.Slf4jImpl
|
|
|
map-underscore-to-camel-case: false
|
|
|
#basepackage: com.rongwei.rwadmin.system.dao
|
|
|
- xmlLocation: classpath:mybatis/**/*Dao.xml
|
|
|
- mapperLocations: "classpath:mybatis/**/*Dao.xml"
|
|
|
- typeAliasesPackage: com.rongwei.bsentity.domain
|
|
|
+ xmlLocation:
|
|
|
+ - classpath:mybatis/**/*Dao.xml
|
|
|
+ - classpath*:mybatis/**/*Dao.xml
|
|
|
+ mapperLocations:
|
|
|
+ - "classpath:mybatis/**/*Dao.xml"
|
|
|
+ - "classpath*:mybatis/**/*Dao.xml"
|
|
|
+ typeAliasesPackage:
|
|
|
+ - com.rongwei.bsentity.domain
|
|
|
+ - com.rongwei.rwadmincommon.**.domain
|
|
|
global-config:
|
|
|
db-config:
|
|
|
logic-delete-value: 1
|