on
web.xml_part1
web.xml_part1
이클립스11 최신버전으로 spring 3 standard를 마켓에서 다운받아 쓰는 중.
아래 버전 보면 자바를 1.8을 쓰는 것을 볼 수 있는 데, 난 최신버전을 쓰고 있지만 ini에 들어가서 최소 기준을 1.8로 바꿔주고 쓰는중이다. 편함. 추가로 ini에 -Dfile.encoding=utf-8 넣어주면 uft-8로 설정할 필요없다. 자동 기준이 됨.
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
version="3.1">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee https://java.sun.com/xml/ns/javaee/web-app_3_1.xsd"> -->
contextConfigLocation
/WEB-INF/spring/root-context.xml
org.springframework.web.context.ContextLoaderListener
appServlet
org.springframework.web.servlet.DispatcherServlet
contextConfigLocation
/WEB-INF/spring/appServlet/servlet-context.xml
1
appServlet
/
공유하기 글 요소 저작자표시
from http://purple-j.tistory.com/106 by ccl(A) rewrite - 2021-11-22 12:27:48