gradle build 썸네일형 리스트형 [draft] 그래들(Gradle)로 스프링 부트 빌드(Build)하기 Spring Boot 프로젝트 생성https://4wxyz.tistory.com/148그래들(Gradle)로 스프링 부트 빌드(Build)하기설정build.gradle 파일plugins { id 'org.springframework.boot' version '2.6.2' id 'io.spring.dependency-management' version '1.0.11.RELEASE' id 'java' id 'war'}group = 'com.example'version = '0.0.1-SNAPSHOT'sourceCompatibility = '8'configurations { compileOnly { extendsFrom annotationProcessor }}repositories { mavenCentral.. 더보기 이전 1 다음