카테고리 없음
Servlet mapping 하는 법(annotation 사용)
Alex_Lee
2021. 7. 3. 01:49
1. src/main/java에 Servlet 생성
2. Class name 설정 후 Next 클릭
3.URL mappings 수정
4. 메소드 설정
4. 클래스 작성(init, doGet)
5. 테스트