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