File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<beansProjectDescription >
33 <version >1</version >
4- <pluginVersion ><![CDATA[ 3.2 .0.201303060654 -RELEASE]]> </pluginVersion >
4+ <pluginVersion ><![CDATA[ 3.3 .0.201307091516 -RELEASE]]> </pluginVersion >
55 <configSuffixes >
66 <configSuffix ><![CDATA[ xml]]> </configSuffix >
77 </configSuffixes >
88 <enableImports ><![CDATA[ false]]> </enableImports >
99 <configs >
10- <config >src/main/webapp/WEB-INF/mvc -servlet.xml</config >
10+ <config >src/main/webapp/WEB-INF/api -servlet.xml</config >
1111 </configs >
1212 <configSets >
1313 </configSets >
File renamed without changes.
Original file line number Diff line number Diff line change 1212 <context-param >
1313 <param-name >contextClass</param-name >
1414 <param-value >
15- org.springframework.web.context.support.AnnotationConfigWebApplicationContext
16- </param-value >
15+ org.springframework.web.context.support.AnnotationConfigWebApplicationContext
16+ </param-value >
1717 </context-param >
1818 <context-param >
1919 <param-name >contextConfigLocation</param-name >
2626
2727 <!-- Spring child -->
2828 <servlet >
29- <servlet-name >mvc </servlet-name >
29+ <servlet-name >api </servlet-name >
3030 <servlet-class >org.springframework.web.servlet.DispatcherServlet</servlet-class >
3131 <load-on-startup >1</load-on-startup >
3232 </servlet >
3333 <servlet-mapping >
34- <servlet-name >mvc </servlet-name >
34+ <servlet-name >api </servlet-name >
3535 <url-pattern >/</url-pattern >
3636 </servlet-mapping >
3737
You can’t perform that action at this time.
0 commit comments