controller
resources:templates/
.html
*. spring-boot-devtools를 사용해 파일 저장 후 auto-build -> run 하도록 설정하기
build 및 실행
./gradlew build
cd build/libs # 빌드 폴더로 이동 ls hello-spring-0.0.1-SNAPSHOT.jar
java -jar hello-spring-0.0.1-SNAPSHOT.jar