Dynamic Web Project 3.1 spec
- Servlet 클래스 작성 시 web.xml 변화 확인 3.x spec부터는 annotation으로 설정
- 프로젝트 생성
- 다음 페이지
- 다음 페이지 web.xml 생성
- 프로젝트 구조 확인
- web.xml 확인
- Servlet 클래스 작성
- URL Mapping 수정
- 메서드 생성
- 생성된 서블릿 확인 @WebServlet("URL")이 생기는 점이 2.5 spec과 3.x spec의 차이점
(web.xml에 Servlet 등록 태그로 설정하지 않고 annotation으로 설정)
- Servlet 생성 후 web.xml 확인 ( 변화없음 )
'Edu > BoostCourse - Web' 카테고리의 다른 글
[Mybatis] Spring4 & MyBatis (0) | 2020.05.20 |
---|---|
[API Document] Spring에 Swagger 적용하기 (0) | 2020.04.14 |
[Servlet] Dynamic Web Project 2.5 spec (0) | 2020.03.12 |
[Spring] web.xml vs Initializer with Spring (0) | 2020.03.04 |
[BoostCourse] 웹 프론트엔드 취약점 (0) | 2020.03.02 |