springboot1 [SpringBoot] Spring Boot 맛보기 (2) - View & Build 웹 어플리케이션을 만든다면 가장 처음 만나는 웰컴 페이지 만들기! SRC > RESOURCES > STATIC(정적인 파일 경로)에 index.html을 만들고 서버를 켜면 웰컴페이지가 뜬다! 처음 실행될때 웰컴 페이지는 static content location에 있는 index.html을 먼저 찾는다고함 SpringBoot 공식 문서 : spring.io Thymeleaf 공식 문서 : https://www.thymeleaf.org/ 웹 어플리케이션의 첫번째 Controller 만들기! 먼저 Controller라는 패키지를 만들고 HelloController (java class)를 만든다 Controller에는 @Controller 어노테이션이 필수 package hello.hellospring.C.. 2021. 12. 1. 이전 1 다음