Replies: 2 comments 1 reply
-
|
링크 URL은 개인 블로그로 작성한것입니다. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
정리를 담백하게 중요한 것만 콕 집어서 하셔서 가독성이 좋네요 ㅎㅎ |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
프로젝트 생성
사전 준비물
스프링 프로젝트 생성
라이브러리 살펴보기
gradle, maven
View 환경설정
Welcome Page 만들기
static/index.html을 올려두면 Welcome page 기능을 제공한다./index.html부터 먼저 잡는다.resources/templates/hello.html동적 환경 그림
viewResolver)가 화면을 찾아서 처리한다.resources:templates/+{ViewName}+.html빌드하고 실행하기
./gradelew buildcd libsjava -jar hello-spring-0.0.1-SNAPSHOT.jar./gradelew clean build(지우고 다시 빌드함)Beta Was this translation helpful? Give feedback.
All reactions