瀏覽代碼

feature 代码提交

xiahan 1 年之前
父節點
當前提交
cb5e4ad92e
共有 1 個文件被更改,包括 4 次插入4 次删除
  1. 4 4
      comCustomer-server/src/main/resources/bootstrap.yml

+ 4 - 4
comCustomer-server/src/main/resources/bootstrap.yml

@@ -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