개발환경구축 단계 STS 다운로드 및 실행 spring boot 프로젝트 생성 spring starter dependency 추가 application.properties 설정(port 번호, db설정 etc..) demoController(@RestControlle
Redirect request를 갖지 x url 변화 o 외부에서 변화 확인 가능 Forward request를 갖는다 url 변화 x client 단(외부)에서 변화를 확인x
MVC 패턴 5가지 계층(layer architecture) layer architecture5 1. 프레젠테이션 계층(Presentation Layer) 역할 :프레젠테이션 계층은 말 그대로 사용자 인터페이스 기능 : 사용자가 선택할 수 있는 기능이 표시되어 있어야
Migration from spring to spring-boot