|
@@ -45,11 +45,11 @@ 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
|
|
|
+ mapperLocations: "classpath:mybatis/*Dao.xml"
|
|
|
+ typeAliasesPackage: com.bsentity.domin
|
|
|
global-config:
|
|
|
db-config:
|
|
|
logic-delete-value: 1
|
|
|
logic-not-delete-value: 0
|
|
|
- column-like: true
|
|
|
+ column-like: true
|