『 Spring MVC용 설정파일 』
<소스코드>
<?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.0.xsd
http://www.springframework.org/schema/mvc
http://www.springframework.org/schema/mvc/spring-mvc-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/aop
http://www.springframework.org/schema/aop/spring-aop-3.0.xsd">
</beans>
'자바 > JAVA...Spring' 카테고리의 다른 글
Spring 3.2 & MyBatis] JSP 정의(helloView.jsp) (0) | 2015.11.30 |
---|---|
Spring 3.2 & MyBatis] 컨트롤러 작성 (0) | 2015.11.30 |
Spring 3.2 & MyBatis ) ApplicationContext.xml(4) (0) | 2015.11.27 |
Spring 3.2 & MyBatis ) ApplicationContext.xml(3) (0) | 2015.11.26 |
Spring 3.2 & MyBatis ) ApplicationContext.xml(2) (0) | 2015.11.26 |