Skip to content

KUIT Server 트랙 - 7주차 미션 수행을 위한 레포지토리입니다.

Notifications You must be signed in to change notification settings

Konkuk-KUIT/KUIT1_spring-basic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-basic

main

미션 수행 장소


servlet

6주차 미션 + HandlerAdapter 구현 코드

v1

  • ControllerV1 : ModelAndView 객체를 반환하는 Controller
  • 실행 : localhost:8080/v1/…

v2

  • ControllerV2 : 뷰 이름(String viewName)을 반환하는 Controller
  • 실행 : localhost:8080/v2/…

v3

  • 두 종류의 Controller를 전부 사용하기 위해 HandlerAdapter를 도입
  • 실행
    • ControllerV1 : localhost:8080/v3/v1/…
    • ControllerV2 : localhost:8080/v3/v2/…

springbasic

미션 구현 코드

About

KUIT Server 트랙 - 7주차 미션 수행을 위한 레포지토리입니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published