SPRING PROJECT_02 :: 로그인

Dev-O·2021년 9월 27일
0

Spring

목록 보기
8/11
post-thumbnail

1. 로직

  • url요청 -> web.xml/appServlet통해서 url맵핑 -> @RequestMapping()통해서 controller 도달 -> 자바코드 실행 -> 다시 return url

2. 코드

  1. web.xml을 통해 사용할 서블릿을 등록해 줍니다.

  1. 서블릿 설정이 들어있는 client-context.xml파일

  2. 컨트롤러 파일

  3. 컨트롤러에서 각각 서비스, VO 자바파일을 통해 로그인 구현
    (생략)

  4. view 파일

profile
Being Outstanding needs Understanding🚀

0개의 댓글