更新配置文件和数据库字典
This commit is contained in:
@@ -42,12 +42,6 @@ public class UserController {
|
||||
@Value("${mybatis-plus.status}")
|
||||
private String mybatisPlusStatus;
|
||||
|
||||
@Value("${manage.ip}")
|
||||
private String manageIp;
|
||||
|
||||
@Value("${manage.port}")
|
||||
private Integer managePort;
|
||||
|
||||
@Value("${manage.roleId}")
|
||||
private Integer manageRoleId;
|
||||
|
||||
|
||||
@@ -27,13 +27,5 @@ pagehelper.supportMethodsArguments=false
|
||||
#open开启 close关闭
|
||||
mybatis-plus.status=close
|
||||
mybatis-plus.mapper-locations=classpath:./mapper_xml/*.xml
|
||||
#获取管理系统信息
|
||||
manage.ip=127.0.0.1
|
||||
manage.port=8090
|
||||
manage.roleId=10
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#租户对应的角色id
|
||||
manage.roleId=10
|
||||
Reference in New Issue
Block a user