Merge branch 'devs/bap-monitoring' into 'jenkins_with_weblogic'

코드 수정사항 반영

See merge request eapim/eapim-admin!20
This commit is contained in:
dogyeom kim
2025-11-26 15:11:23 +09:00
6 changed files with 70 additions and 5 deletions
@@ -122,5 +122,16 @@ public class MenuRenderController extends BaseAnnotationController {
return "/common/screen/top_04";
}
/**
* 메뉴권한 미존재 유저 접속 시 빈 화면 frame 노출 20251126
*
* @return 빈 화면 (blank_screen)
*/
@GetMapping("/blankScreen.do")
public String getBlankScreen(HttpServletRequest request, String serviceType, ModelMap modelMap) throws Exception {
return "/common/screen/blank_screen";
}
}