<Spring 3.2 정의파일 변경>
<소스코드>
<?xml version="1.0" encoding="UTF-8"?>
<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"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/schema/aop"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans-3.2.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd
http://www.springframework.org/schema/context
http://www.springframework.org/schema/context/spring-context-3.2.xsd
http://www.springframework.org/schema/aop
http://www.springframework.org/schema/aop/spring-aop-3.2.xsd">
・・・(생략)・・・
</beans>
'자바 > JAVA...Spring' 카테고리의 다른 글
Spring 3.2 & MyBatis] Spring MVC 테스팅(static import) (0) | 2016.02.23 |
---|---|
Spring 3.2 & MyBatis] Spring 3.2 비동기 처리 대응(web.xml) (0) | 2016.02.23 |
Spring 3.2 & MyBatis] Spring 3.2 변경점 <라이브러리 변경> (0) | 2016.02.22 |
Spring 3.2 & MyBatis] 권한 체크(인증, 인가 기능) (0) | 2016.02.22 |
Spring 3.2 & MyBatis] @SessionAttributes을 사용한 세션 관리 (0) | 2016.02.15 |