master
강석 최 2022-02-21 18:41:46 +09:00
parent 4bd8d140a6
commit 7b601f2a12
2 changed files with 1 additions and 3 deletions

View File

@ -81,8 +81,8 @@
<bean class="org.springframework.web.servlet.view.UrlBasedViewResolver" id="viewResolver"> <bean class="org.springframework.web.servlet.view.UrlBasedViewResolver" id="viewResolver">
<property name="viewClass" value="org.springframework.web.servlet.view.tiles3.TilesView"/>
<property name="order" value="1"/> <property name="order" value="1"/>
<property name="viewClass" value="org.springframework.web.servlet.view.tiles3.TilesView"/>
</bean> </bean>
<bean class="org.springframework.web.servlet.view.tiles3.TilesConfigurer" id="tilesConfigurer"> <bean class="org.springframework.web.servlet.view.tiles3.TilesConfigurer" id="tilesConfigurer">
@ -101,7 +101,6 @@
</bean> </bean>
<mvc:resources mapping="/css/**" location="/css/" /> <mvc:resources mapping="/css/**" location="/css/" />
<mvc:resources mapping="/html/**" location="/html/" />
<mvc:resources mapping="/images/**" location="/images/" /> <mvc:resources mapping="/images/**" location="/images/" />
<mvc:resources mapping="/js/**" location="/js/" /> <mvc:resources mapping="/js/**" location="/js/" />
<mvc:resources mapping="/fonts/**" location="/fonts/" /> <mvc:resources mapping="/fonts/**" location="/fonts/" />

View File

@ -5,7 +5,6 @@
<!-- DOCTYPE을 사용함으로써 태그 자동완성기능과 검증기능을 추가할수 있다. --> <!-- DOCTYPE을 사용함으로써 태그 자동완성기능과 검증기능을 추가할수 있다. -->
<tiles-definitions> <tiles-definitions>
<!-- 빈페이지-->
<definition name="empty" template="/WEB-INF/jsp/layout/template_empty.jsp"> <definition name="empty" template="/WEB-INF/jsp/layout/template_empty.jsp">
</definition> </definition>