Procházet zdrojové kódy

新增部门类型

wangys před 5 roky
rodič
revize
df0e9f2617

+ 1 - 0
efunbox-base/efunbox-base-web/src/main/java/cn/efunbox/manage/base/controller/ManageController.java

@@ -2,6 +2,7 @@ package cn.efunbox.manage.base.controller;
 
 import cn.efunbox.manage.base.entity.Department;
 import cn.efunbox.manage.base.entity.Manage;
+import cn.efunbox.manage.base.enums.DeptTypeEnum;
 import cn.efunbox.manage.base.service.DepartmentService;
 import cn.efunbox.manage.base.service.ManageService;
 import cn.efunbox.manage.base.vo.ManageVO;

+ 1 - 1
efunbox-base/efunbox-base-web/src/main/resources/application.properties

@@ -4,6 +4,6 @@ server.port=8059
 #spring.view.prefix=/templates/
 #spring.view.suffix=.jsp
 # 默认激活哪一个环境的配置文件,时也可以在运行动态指定:java -jar myapp.jar --spring.profiles.active=prd
-spring.profiles.active=prd
+spring.profiles.active=dev
 spring.http.multipart.maxFileSize = 10Mb
 spring.http.multipart.maxRequestSize=100Mb