목록분류 전체보기 (35)
인기쟁이 돌고래

Could not find org.springframework.boot:spring-boot-starter-actuator:. dependency management가 없어서 생긴 문제로 해당 plugin을 추가해준다. plugins.gradle.org/plugin/io.spring.dependency-management classpath("io.spring.gradle:dependency-management-plugin:1.0.11.RELEASE") apply plugin: 'io.spring.dependency-management' 초기 셋팅 가이드 Gradle참고 spring.io/guides/gs/spring-boot/ Building an Application with Spring Boot th..

A problem occurred evaluating root project 'projectName'. > Plugin with id 'spring-boot' not found. plugin 이름이 spring-boot > org.springframework.boot 으로 변경되었다고한다 stackoverflow.com/questions/26577805/spring-boot-gradle-plugin-cant-be-found spring-boot gradle plugin can't be found I have a separate gradle script that is just adding spring-boot plugin. It looks like this: buildscript { repositories..

> Could not resolve all artifacts for configuration ':classpath'. > Could not find org.springframework.boot:spring-boot-gradle-plugin:2.4.5.RELEASE. 2.4.0 부터는 뒤에 RELEASE가 빠졌다고 한다. plugins.gradle.org/plugin/org.springframework.boot

spring.io/projects/spring-boot sprin boot가 2.4.5까지 올라간 이 와중에 옛날프로젝트는 1.3.5에 멈춰 있어서 DependencyManagementPlugin 오류 발생. 친절하게도 어디서 발생했는지 알려주었다. (오류내용) > Failed to apply plugin class 'io.spring.gradle.dependencymanagement.DependencyManagementPlugin'. > Could not create task ':dependencyManagement'. > Could not create task of type 'DependencyManagementReportTask'. 블라블라블라 Caused by: org.gradle.api.inte..
Command + Shift + 5 (캡쳐도구) > Option > 다른위치 > 캡쳐 Default로 저장할 폴더 선택 mac capture경로 변경