master
parent
4bd8d140a6
commit
7b601f2a12
|
|
@ -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/" />
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue