gradle반영1 [스프링 부트와 AWS로 혼자 구현하는 웹 서비스]build.gradle 오류 해결. gradle 반영 reload하기_윈도우 - 책에 나와있는 대로 compile() testCompile() 하면 오류나고 compielClasspath() , testCompileClasspath() 로 해야 오류가 해결된다. - jcenter가 더이상 지원되지 않아 일단 주석처리를 하였다. buildscript { ext { springBootVersion = '2.1.7.RELEASE' } repositories { mavenCentral() // jcenter() } dependencies { classpath("org.springframework.boot:spring-boot-gradle-plugin:${springBootVersion}") } } apply plugin: 'java' apply plugin: 'eclipse' apply.. 2022. 6. 21. 이전 1 다음