2024-09-05 12:35 경로 수정

This commit is contained in:
myname 2024-09-05 12:35:40 +09:00
parent cebb390149
commit d532195128
3 changed files with 552 additions and 552 deletions

View File

@ -27,6 +27,7 @@
<security:http pattern="/ico/**" security="none"/> <security:http pattern="/ico/**" security="none"/>
<security:http pattern="/font/**" security="none"/> <security:http pattern="/font/**" security="none"/>
<security:http pattern="/ark/**" security="none"/> <security:http pattern="/ark/**" security="none"/>
<security:http pattern="/editor/**" security="none"/>
<!-- 분쟁조정 서블릿 mapping 경로들 끝 --> <!-- 분쟁조정 서블릿 mapping 경로들 끝 -->
<security:http pattern="/kccadrPb/**" security="none"/> <security:http pattern="/kccadrPb/**" security="none"/>

View File

@ -89,7 +89,6 @@
<mvc:resources mapping="/site/**" location="/WEB-INF/views/site/" /> <mvc:resources mapping="/site/**" location="/WEB-INF/views/site/" />
<mvc:resources mapping="/css/**" location="/WEB-INF/views/_common/_css/" /> <mvc:resources mapping="/css/**" location="/WEB-INF/views/_common/_css/" />
<mvc:resources mapping="/js/**" location="/WEB-INF/views/_common/_js/" /> <mvc:resources mapping="/js/**" location="/WEB-INF/views/_common/_js/" />
<mvc:resources mapping="/img/**" location="/WEB-INF/views/_common/_images/" />
<mvc:resources mapping="/ico/**" location="/WEB-INF/views/_common/_ico/" /> <mvc:resources mapping="/ico/**" location="/WEB-INF/views/_common/_ico/" />
<mvc:resources mapping="/font/**" location="/WEB-INF/views/_common/_font/" /> <mvc:resources mapping="/font/**" location="/WEB-INF/views/_common/_font/" />
<mvc:resources mapping="/ark/**" location="/WEB-INF/views/_common/_ark/" /> <mvc:resources mapping="/ark/**" location="/WEB-INF/views/_common/_ark/" />

View File

@ -7,9 +7,9 @@
<html lang="ko"> <html lang="ko">
<head> <head>
<title>정보 관리</title> <title>정보 관리</title>
<link href='/css/seed/space.css' rel='stylesheet' type='text/css'/> <link href='/css/space.css' rel='stylesheet' type='text/css'/>
<link href='/css/seed/seed.contents.css' rel='stylesheet' type='text/css'/> <link href='/css/seed.contents.css' rel='stylesheet' type='text/css'/>
<link href='/css/seed/seed.mediaquery.css' rel='styleGsheet' type='text/css'/> <link href='/css/seed.mediaquery.css' rel='styleGsheet' type='text/css'/>
<link href='/site/ntcc/css/gtmCustom.css' rel='stylesheet' type='text/css'/> <link href='/site/ntcc/css/gtmCustom.css' rel='stylesheet' type='text/css'/>
<script src="/editor/webnote.js"></script> <script src="/editor/webnote.js"></script>