gradle
[프로젝트 환경설정] 01. Spring Boot로 프로젝트 생성하기
사전 준비물 Java 11++ 설치 -> 11 IDE : IntelliJ 또는 Eclipse 설치 -> IntelliJ Community 스프링 부트 스타터 사이트로 이동해서 스프링 프로젝트 생성 https://start.spring.io 프로젝트 선택 Project : Gradle Project Spring Boot : 2.4.4 Language : Java Packaging : Jar Java : 11 Project MetaData groupId : hello (기업 도메인 명) artifactID : hello-spring (build 결과물) Dependencies : Spring Web, ThymeLeaf .idea -> Intellij 설정파일 gradle -> wrapper -> gradle..