mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-05-15 08:39:38 +00:00
polish
This commit is contained in:
parent
775e85dd17
commit
cc199a7a15
1 changed files with 2 additions and 7 deletions
|
@ -32,12 +32,7 @@
|
||||||
<property name="viewClass" value="org.springframework.web.servlet.view.tiles2.TilesView" />
|
<property name="viewClass" value="org.springframework.web.servlet.view.tiles2.TilesView" />
|
||||||
</bean>
|
</bean>
|
||||||
|
|
||||||
<bean class="org.springframework.web.servlet.view.InternalResourceViewResolver">
|
<!-- Initializes the Apache Tiles 2 system -->
|
||||||
<property name="prefix" value="/WEB-INF/"/>
|
|
||||||
<property name="suffix" value=".jsp"/>
|
|
||||||
</bean>
|
|
||||||
|
|
||||||
<!-- Configures Tiles 2 -->
|
|
||||||
<bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles2.TilesConfigurer" />
|
<bean id="tilesConfigurer" class="org.springframework.web.servlet.view.tiles2.TilesConfigurer" />
|
||||||
|
|
||||||
<!-- Configures Apache Commons Fileupload -->
|
<!-- Configures Apache Commons Fileupload -->
|
||||||
|
|
Loading…
Reference in a new issue