Merge branch 'tolag3'

오류 페이지 수정 및 pom.xml 기본 전자정부 호환성으로 인한 패키지 추가
This commit is contained in:
leejunho 2025-05-20 12:38:39 +09:00
parent a01a9b63bf
commit 9085680558
7 changed files with 33 additions and 16 deletions

11
pom.xml
View File

@ -493,6 +493,17 @@
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
<artifactId>hibernate-validator</artifactId>
<version>5.4.3.Final</version>
</dependency>
<dependency> <!-- Bean Validation API -->
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>1.1.0.Final</version>
</dependency>
</dependencies>
<build>

View File

@ -11,6 +11,7 @@
<security:http pattern="/images/**" security="none"/>
<security:http pattern="/js/**" security="none"/>
<security:http pattern="/resource/**" security="none"/>
<security:http pattern="/pb/**" security="none"/>
<security:http pattern="\A/WEB-INF/jsp/.*\Z" request-matcher="regex" security="none"/>
<egov-security:config id="securityConfig"

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<jeus-web-dd xmlns="http://www.tmaxsoft.com/xml/ns/jeus">
<context-path>/ebt</context-path>
<auto-reload>
<enable-reload>true</enable-reload>
<check-on-demand>true</check-on-demand>
</auto-reload>
</jeus-web-dd>

View File

@ -28,9 +28,9 @@ function fncGoAfterErrorPage(){
<tr>
<td align="center"><table width="100%" border="0" cellspacing="9" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><img src="<c:url value='/images/egovframework/com/cmm/er_logo.jpg' />" width="379" height="57" /></td>
<td align="left"><img src="<c:url value='/img/adminLogo3.png' />" width="379" height="57" /></td>
</tr>
<tr>
<td><br />
@ -39,7 +39,7 @@ function fncGoAfterErrorPage(){
<tr>
<td align="center"><table width="520" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="74" rowspan="2" align="center"><img src="<c:url value='/images/egovframework/com/cmm/danger.jpg' />" width="74" height="74" /></td>
<%-- <td width="74" rowspan="2" align="center"><img src="<c:url value='/images/egovframework/com/cmm/danger.jpg' />" width="74" height="74" /></td> --%>
<td width="399" align="left" class="lt_text2">세션이 만료되었습니다.</td>
</tr>
</table>

View File

@ -28,9 +28,9 @@ function fncGoAfterErrorPage(){
<tr>
<td align="center"><table width="100%" border="0" cellspacing="9" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><img src="<c:url value='/images/egovframework/com/cmm/er_logo.jpg' />" width="379" height="57" alt="er_logo" /></td>
<td align="left"><img src="<c:url value='/img/adminLogo3.png' />" width="379" height="57" alt="er_logo" /></td>
</tr>
<tr>
<td><br />
@ -39,7 +39,7 @@ function fncGoAfterErrorPage(){
<tr>
<td align="center"><table width="520" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="74" rowspan="2" align="center"><img src="<c:url value='/images/egovframework/com/cmm/danger.jpg' />" width="74" height="74" alt="danger" /></td>
<%-- <td width="74" rowspan="2" align="center"><img src="<c:url value='/images/egovframework/com/cmm/danger.jpg' />" width="74" height="74" alt="danger" /></td> --%>
<td width="399" align="left" class="lt_text2">데이터 처리 중 오류가 발생하였습니다.(dataAccessFailure) </td>
</tr>
</table>

View File

@ -6,7 +6,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" >
<meta http-equiv="content-language" content="ko">
<title>eGovFrame 템플릿</title>
<title>문자온 에러 페이지</title>
<script type="text/javascript">
function fncGoAfterErrorPage(){
@ -25,9 +25,9 @@ function fncGoAfterErrorPage(){
<tr>
<td align="center"><table width="100%" border="0" cellspacing="9" cellpadding="0">
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="left"><img src="<c:url value='/images/egovframework/com/cmm/er_logo.jpg' />" width="379" height="57" alt="er_logo" /></td>
<td align="left"><img src="<c:url value='/img/adminLogo3.png' />"alt="er_logo" /></td>
</tr>
<tr>
<td><br />
@ -39,8 +39,9 @@ function fncGoAfterErrorPage(){
<tr>
<td align="center"><table width="520" border="0" cellspacing="2" cellpadding="2">
<tr>
<td width="74" rowspan="2" align="center"><img src="<c:url value='/images/egovframework/com/cmm/danger.jpg' />" width="74" height="74" alt="danger" /></td>
<td width="399" align="left" class="lt_text2"><span style="color: #666666; font: 12px Dotum,Gulim,Tahoma,Sans-serif;">알 수 없는 오류가 발생했습니다.(egovError)</span></td>
<%-- <td width="74" rowspan="2" align="center"><img src="<c:url value='/images/egovframework/com/cmm/danger.jpg' />" width="74" height="74" alt="danger" /></td> --%>
<%-- <td width="74" rowspan="2" align="center"><img src="<c:url value='/images/egovframework/com/cmm/danger.jpg' />" width="74" height="74" alt="danger" /></td> --%>
<td width="399" align="left" class="lt_text2"><span style="color: #666666; font: 12px Dotum,Gulim,Tahoma,Sans-serif;">알 수 없는 오류가 발생했습니다.</span></td>
</tr>
</table>
<table width="500" border="0" cellspacing="2" cellpadding="2">

View File

@ -86,13 +86,9 @@ function sessionExpend(){
&nbsp;&nbsp;
</span></p>
</li>
<%-- <li>
<img src="/pb/img/common/topTime.png" alt="타임 아이콘">
<p>최종접속일시 : <span>${beforeLoginDate}</span></p>
</li> --%>
</ul>
<div class="pfWrap">
<div class="pfImg"><!-- <img src="/pb/img/pfImg.jpg" alt="개인이미지"> --></div>
<div class="pfImg"></div>
<ul>
<li class="pfName">${LoginVO.id}</li>
<li class="pfPosi">${LoginVO.name}</li>