Spring 기본 구성 요소

936 단어 SpringSpring

pom.xml

Maven이 사용하는 pom.xml
라이브러리 관리용

src/main/java

작성되는 자바 코드들의 경로

src/main/resources

실행할 때 참고하는 기본 경로(설정 파일)

src/test/java

작성한 자바 코드들을 테스트하기 위한 테스트 코드들의 경로

src/test/resources

테스트 관련 설정 파일 보관 경로

src/main/webapp/WEB-INF/web.xml

Tomcat의 web.xml 파일

src/main/webapp/WEB-INF/spring/root-context.xml

스프링 설정 파일(bean 관리)

src/main/webapp/WEB-INF/spring/appServlet/servlet-context.xml

웹과 관련된 스프링 설정 파일

src/main.webapp/WEB-INF/views

템플릿 프로젝트의 jsp파일 경로

좋은 웹페이지 즐겨찾기