From 923510deed8c991823db60dbd430bf18d78b98cb Mon Sep 17 00:00:00 2001 From: jinpengyong <jpy123456> Date: Wed, 07 Apr 2021 17:27:24 +0800 Subject: [PATCH] 登陆用户信息返回修改,用户组查询修改 --- screen-manage/src/main/resources/application-dev.yml | 22 +++++++++------------- 1 files changed, 9 insertions(+), 13 deletions(-) diff --git a/screen-manage/src/main/resources/application-dev.yml b/screen-manage/src/main/resources/application-dev.yml index 092bb7a..2c657e4 100644 --- a/screen-manage/src/main/resources/application-dev.yml +++ b/screen-manage/src/main/resources/application-dev.yml @@ -13,6 +13,8 @@ spring: profiles: active: dev + include: + moduleFormColumn application: name: screen-manage redis: @@ -117,25 +119,18 @@ - /swagger-ui.html - /swagger-resources/** - /webjars/** - - /logout - - /account/insert - - /account/query - - /account/update - - /account/delete - - /account/yanzhengma - - /verificationCode/get - - /verificationCode/verify - - /verificationCode/config - - /organization/insert - - /organization/update - - /organization/delete - - /organization/query + - /verificationCode/** + - /system/** - /role/getAllManageRole - /role/getManageRoleByNameFuzzy + - /role/insertOneManageRole + - /role/updateManageRole - /role/updateRoleMenu + - /role/deleteManageRole - /menu/getAllManageMenu - /menu/getManageMenuByNameFuzzy + - /api/** AES: KEY: AD42F7787B035B7580000EF93BE20BAD @@ -143,3 +138,4 @@ KEY: foh3wi2ooghiCh5 + -- Gitblit v1.8.0