blob: 5a32dd432adb3cc8ecc832d3d0cde2acb6deb749 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd">
<bean class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property name="mappings">
<props/>
</property>
</bean>
</beans>
|