The spring xmlns namespace is available from:
http://www.springframework.org/schema/Select as required: 1, select: AOP2, copy the browser address, paste in the configuration file xmlns:aop= "", if it is contest xmlns:contest= " " <beans xmlns= "Http://www.springframework.org/schema/beans" Xmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance"xmlns:aop= "HTTP://WWW.SPRINGFRAMEWORK.ORG/SCHEMA/AOP"xsi:schemalocation= "Http://www.springframework.org/schema/beanshttp://www.springframework.org/schema/beans/spring-beans-3.1.xsd "> tag Properties In 3, select the corresponding version, after entering, copy the browser address again, paste the configuration file is immediately in the 2 item label xsi:schemalocation= "" Label propertiesxsi:schemalocation= "Http://www.springframework.org/schema/aop/spring-aop-3.1.xsd" Note: It is forbidden to have a "/" URL followed by an error
Recommended:
<beans xmlns= "Http://www.springframework.org/schema/beans"xmlns:xsi= "Http://www.w3.org/2001/XMLSchema-instance"xmlns:aop= "HTTP://WWW.SPRINGFRAMEWORK.ORG/SCHEMA/AOP"xmlns:context= "Http://www.springframework.org/schema/context"xmlns:mvc= "Http://www.springframework.org/schema/mvc"xmlns:task= "Http://www.springframework.org/schema/task"xsi:schemalocation= " http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd http://www.springframework.org/schema/aop http://www.springframework.org/schema/aop/spring-aop-3.0.xsd http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd http://www.springframework.org/schema/task http://www.springframework.org/schema/task/spring-task-3.0.xsd "> </beans>
Spring xmlns Records