瀏覽代碼

移除代码中WJconfig配置到nacos中添加

ZJY 9 月之前
父節點
當前提交
52606e1c85

+ 1 - 0
base-modules/service-system/service-system-biz/src/main/java/com/usky/system/domain/SysLogininfor.java

@@ -69,6 +69,7 @@ public class SysLogininfor extends BaseEntity
     /**
      * 部门名称
      */
+    @TableField(exist = false)
     private String deptName;
 
     public String getSearchValue() {

+ 1 - 9
base-modules/service-system/service-system-biz/src/main/resources/config/application-dev.yml

@@ -81,12 +81,4 @@ spring:
     enable: true
   mvc:
     pathmatch:
-      matching-strategy: ant_path_matcher
-# project
-wj.name: xy
-wj.version: 3.6.0
-wj.copyrightYear: 2021
-wj.demoEnabled: true
-wj.addressEnabled: true
-wj.captchaType: math
-wj.codeEnabled: false
+      matching-strategy: ant_path_matcher

+ 1 - 9
base-modules/service-system/service-system-biz/src/main/resources/config/application-prod.yml

@@ -81,12 +81,4 @@ spring:
     enable: true
   mvc:
     pathmatch:
-      matching-strategy: ant_path_matcher
-# project
-wj.name: xy
-wj.version: 3.6.0
-wj.copyrightYear: 2021
-wj.demoEnabled: true
-wj.addressEnabled: true
-wj.captchaType: math
-wj.codeEnabled: false
+      matching-strategy: ant_path_matcher