1. 프로젝트 생성스프링 부트 스타터 사이트(https://start.spring.io)를 통해 프로젝트를 생성한다.Project: Gradle ProjectLanguage: JavaSpring Boot: 2.4.xProject MetadataGroup: helloArtifact: item-servicePackaging: Jar (주의: JSP를 사용하지 않으므로 Jar를 권장)Java: 11Dependencies: Spring Web, Thymeleaf, Lombokbuild.gradle 설정plugins { id 'org.springframework.boot' version '2.4.3' id 'io.spring.dependency-management' version '1.0.11.RELE..