프로젝트 폴더/
ㄴsrc/
ㄴmain/
ㄴjava/ -- 자바 파일 폴더. (개발 시 생성되는 자바 파일들 저장됨)
ㄴresources/ -- 자원 관리 폴더. (스프링 설정파일, 프로퍼티 파일 등)
ㄴwebapp/ -- 웹 관련 폴더. (html, css, js 등)
ㄴWEB-INF/
ㄴspring/ -- 스프링 설정 파일 (스프링 컨테이너 생성)
ㄴappServlet/
ㄴservlet-context.xml
ㄴroot-context.xml
ㄴviews/
ㄴhome.jsp
ㄴweb.xml -- 웹설정 파일
ㄴtest/
pom.xml -- 메이븐 설정 파일
반응형
'공부 > Spring' 카테고리의 다른 글
Spring boot test 경로가 다른 패키지 테스트 시 오류 (6) | 2021.01.07 |
---|---|
Spring Data Rest 알아보기 (0) | 2020.11.20 |
옵셔널(optional)과 람다(lambda)를 이용하여 JpaRepository에서 예외 처리하기 (0) | 2020.11.17 |
Spring boot와 MySQL을 Docker 컨테이너로 올리기 (0) | 2020.08.22 |
스프링 프레임워크 어노테이션 기반 의존성 주입 (@Autowired, @Resource, @Inject) (0) | 2020.03.08 |