『 web.xml 』
<소스코드>
<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
id="WebApp_ID" version="2.5">
…설정
</web-app>
'자바 > JAVA...Spring' 카테고리의 다른 글
Spring 3.2 & MyBatis ) Web.xml(Spring Web 스코프 이용 설정) (0) | 2015.11.24 |
---|---|
Spring 3.2 & MyBatis ) Web.xml(공통 Spring Bean 취득) (0) | 2015.11.24 |
Spring 3.2 & MyBatis ) Maven 리포지토리에 없는 jar파일 추가 (0) | 2015.11.23 |
Spring 3.2 & MyBatis ) JSON Library (0) | 2015.11.20 |
Spring 3.2 & MyBatis ) Spring Framework Library (2) (0) | 2015.11.20 |