Browse Source

修改配置

lzm 2 years ago
parent
commit
42bc10c341

+ 3 - 3
MZ/application-strong3.yml

@@ -41,6 +41,6 @@ management:
       exposure:
         include: '*'
 
-# mybatis-plus:
-#   configuration:
-#     log-impl: org.apache.ibatis.logging.stdout.StdOutImpl    
+mybatis-plus:
+  configuration:
+    log-impl: org.apache.ibatis.logging.stdout.StdOutImpl    

+ 1 - 1
MZ/mz-business-strong3.yml

@@ -81,7 +81,7 @@ seata:
 # mybatis配置
 mybatis-plus:
   # 搜索指定包别名
-  typeAliasesPackage: com.ruoyi.business
+  typeAliasesPackage: com.ruoyi
   mapperPackage: com.ruoyi..mapper
   # 配置mapper的扫描,找到所有的mapper.xml映射文件
   mapperLocations: classpath*:mapper/**/*.xml

+ 1 - 1
MZ/mz-datasync-strong3.yml

@@ -72,7 +72,7 @@ seata:
 # mybatis配置
 mybatis-plus:
   # 搜索指定包别名
-  typeAliasesPackage: com.ruoyi.datasync
+  typeAliasesPackage: com.ruoyi
   mapperPackage: com.ruoyi..mapper
   # 配置mapper的扫描,找到所有的mapper.xml映射文件
   mapperLocations: classpath*:mapper/**/*.xml

+ 1 - 1
MZ/mz-organization-strong3.yml

@@ -72,7 +72,7 @@ seata:
 # mybatis配置
 mybatis-plus:
   # 搜索指定包别名
-  typeAliasesPackage: com.ruoyi.organization
+  typeAliasesPackage: com.ruoyi
   mapperPackage: com.ruoyi..mapper
   # 配置mapper的扫描,找到所有的mapper.xml映射文件
   mapperLocations: classpath*:mapper/**/*.xml

+ 1 - 1
MZ/mz-portal-strong3.yml

@@ -72,7 +72,7 @@ seata:
 # mybatis配置
 mybatis-plus:
   # 搜索指定包别名
-  typeAliasesPackage: com.ruoyi.portal
+  typeAliasesPackage: com.ruoyi
   mapperPackage: com.ruoyi..mapper
   # 配置mapper的扫描,找到所有的mapper.xml映射文件
   mapperLocations: classpath*:mapper/**/*.xml

+ 1 - 1
MZ/mz-search-strong3.yml

@@ -81,7 +81,7 @@ seata:
 # mybatis配置
 mybatis-plus:
   # 搜索指定包别名
-  typeAliasesPackage: com.ruoyi.search
+  typeAliasesPackage: com.ruoyi
   mapperPackage: com.ruoyi..mapper
   # 配置mapper的扫描,找到所有的mapper.xml映射文件
   mapperLocations: classpath*:mapper/**/*.xml

+ 1 - 1
MZ/ruoyi-gen-strong3.yml

@@ -13,7 +13,7 @@ spring:
 # mybatis配置
 mybatis-plus:
   # 搜索指定包别名
-  typeAliasesPackage: com.ruoyi.gen
+  typeAliasesPackage: com.ruoyi
   mapperPackage: com.ruoyi..mapper
   # 配置mapper的扫描,找到所有的mapper.xml映射文件
   mapperLocations: classpath*:mapper/**/*.xml

+ 1 - 1
MZ/ruoyi-job-strong3.yml

@@ -13,7 +13,7 @@ spring:
 # mybatis配置
 mybatis-plus:
   # 搜索指定包别名
-  typeAliasesPackage: com.ruoyi.job
+  typeAliasesPackage: com.ruoyi
   mapperPackage: com.ruoyi..mapper
   # 配置mapper的扫描,找到所有的mapper.xml映射文件
   mapperLocations: classpath*:mapper/**/*.xml

+ 1 - 1
MZ/ruoyi-system-strong3.yml

@@ -81,7 +81,7 @@ seata:
 # mybatis配置
 mybatis-plus:
   # 搜索指定包别名
-  typeAliasesPackage: com.ruoyi.system
+  typeAliasesPackage: com.ruoyi
   mapperPackage: com.ruoyi..mapper
   # 配置mapper的扫描,找到所有的mapper.xml映射文件
   mapperLocations: classpath*:mapper/**/*.xml