Tools/Gradle1 [Gradle] springboot 설정 그래들 버전에 따라 설정하는 방법이 조금은 다른거 같다. 그래들 7.5 버전으로 boot에서 자동생성한것 plugins { id 'java' id 'org.springframework.boot' version '2.7.6' id 'io.spring.dependency-management' version '1.0.15.RELEASE' } group = 'com.spring' version = '0.0.1-SNAPSHOT' sourceCompatibility = '17' repositories { mavenCentral() } dependencies { implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation .. 2023. 1. 8. 이전 1 다음