From 7ae30da4a24370267a5ccabcd2bc4b0a2deb6f85 Mon Sep 17 00:00:00 2001 From: myname Date: Thu, 7 Sep 2023 17:35:18 +0900 Subject: [PATCH] =?UTF-8?q?2023-09-07=2017:35=20=EC=BF=BC=EB=A6=AC=20?= =?UTF-8?q?=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../kcc/let/uat/uia/web/EgovLoginController.java | 5 +++++ .../egovProps/globals_tLocal.properties | 3 ++- .../let/sym/log/clg/EgovLoginLog_SQL_Tibero.xml | 7 +++++++ .../let/sym/log/lgm/EgovSysLog_SQL_Tibero.xml | 13 +++++++++++-- 4 files changed, 25 insertions(+), 3 deletions(-) diff --git a/src/main/java/kcc/let/uat/uia/web/EgovLoginController.java b/src/main/java/kcc/let/uat/uia/web/EgovLoginController.java index 0e46cf5c..fa96cc6c 100644 --- a/src/main/java/kcc/let/uat/uia/web/EgovLoginController.java +++ b/src/main/java/kcc/let/uat/uia/web/EgovLoginController.java @@ -213,10 +213,15 @@ public class EgovLoginController { @RequestMapping(value = "/uat/uia/EgovLoginUsr.do") public String adminLogin(HttpServletRequest request, HttpServletResponse response, ModelMap model) throws Exception { Boolean isAuthenticated = EgovUserDetailsHelper.isAuthenticated(); + + System.out.println("==start="); + if (isAuthenticated) return "redirect:/cmm/main/mainPage.do"; // initRsa(request); + System.out.println("==end="); + // 로그인 페이지 IP 체크 List loginPolicyGroupList = new ArrayList(); LoginPolicyVO loginPolicyVOCheck = new LoginPolicyVO(); diff --git a/src/main/resources/egovframework/egovProps/globals_tLocal.properties b/src/main/resources/egovframework/egovProps/globals_tLocal.properties index 93484d08..bd5390f7 100644 --- a/src/main/resources/egovframework/egovProps/globals_tLocal.properties +++ b/src/main/resources/egovframework/egovProps/globals_tLocal.properties @@ -27,7 +27,8 @@ Globals.Password= tedu1234 Globals.DriverClassName=com.tmax.tibero.jdbc.TbDriver #\uac1c\ubc1c DB \uc11c\ubc84 -Globals.Url=jdbc:tibero:thin:@192.168.0.30:8629:tibero +#Globals.Url=jdbc:tibero:thin:@192.168.0.30:8629:tibero +Globals.Url=jdbc:tibero:thin:@192.168.0.30:8633:tibero # \uc800\uc791\uc704 \ubb38\uc790\uc804\uc1a1 DB(\uac1c\ubc1c) diff --git a/src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Tibero.xml b/src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Tibero.xml index 1a36d151..39565956 100644 --- a/src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Tibero.xml +++ b/src/main/resources/egovframework/sqlmap/let/sym/log/clg/EgovLoginLog_SQL_Tibero.xml @@ -68,7 +68,10 @@