File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010//@EnableWebMvc
1111//@Configuration
12- public class ClientWebConfigOld extends WebMvcConfigurerAdapter {
12+ public class ClientWebConfigJava extends WebMvcConfigurerAdapter {
1313
14- public ClientWebConfigOld () {
14+ public ClientWebConfigJava () {
1515 super ();
1616 }
1717
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <beans xmlns =" http://www.springframework.org/schema/beans" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : p =" http://www.springframework.org/schema/p" xmlns : mvc =" http://www.springframework.org/schema/mvc"
3- xmlns : context =" http://www.springframework.org/schema/context"
2+ <beans xmlns =" http://www.springframework.org/schema/beans" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xmlns : mvc =" http://www.springframework.org/schema/mvc"
43 xsi : schemaLocation ="
54 http://www.springframework.org/schema/beans
6- http://www.springframework.org/schema/beans/spring-beans-4.0.xsd
7- http://www.springframework.org/schema/context
8- http://www.springframework.org/schema/context/spring-context-4.0.xsd
5+ http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
96 http://www.springframework.org/schema/mvc
10- http://www.springframework.org/schema/mvc/spring-mvc-4.0 .xsd" >
7+ http://www.springframework.org/schema/mvc/spring-mvc-3.2 .xsd" >
118
129 <bean id =" viewResolver" class =" org.springframework.web.servlet.view.InternalResourceViewResolver" >
1310 <property name =" prefix" value =" /WEB-INF/view/" />
You can’t perform that action at this time.
0 commit comments