본문 바로가기

전체 글33

옛 SpringBoot 프로젝트 버전올리기 3 - could not find spring-boot-gradle-plugin > 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 2021. 5. 9.
옛 SpringBoot 프로젝트 버전올리기 2 - Could not create task ':dependencyManagement' 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.. 2021. 5. 9.
[MAC] Capture 저장 폴더 변경하기 Command + Shift + 5 (캡쳐도구) > Option > 다른위치 > 캡쳐 Default로 저장할 폴더 선택 mac capture경로 변경 2021. 5. 9.
[MAC] Finder - 상위 폴더 보기(단축키, 도구막대) 방법1 . (단축키) : command + 화살표 위 방법2. 도구막대 > 경로 도구막대에서 "경로"활성화 방법 Finder > 도구막대 사용자화 > 경로 드래그 > 도구막대에 안착! 도구막대에서 "경로"활성화 방법 2021. 5. 9.
[MAC] Finder 숨김파일 보기 - on/off (단축키) command + shift + . 2021. 5. 9.
옛 SpringBoot 프로젝트 버전올리기 1 - Unsupported Gradle 오류/distributionUrl 설정 옛날옛날 프로젝트를 intelliJ에 import시키려고 했더니 버전이 너무 낮아서 띄워지지를 않는다..O_O 오래되긴했지... 한 6년됐나... (오류내용) Unsupported Gradle. The project uses Gradle 2.13 which is incompatible with IntelliJ IDEA 2020.3.3. Possible solution: - Upgrade Gradle wrapper to 3.0 version and re-import the project 오늘자 기준으로 services.gradle.org/distributions/ 에는 6.9까지 나와있는데 2.13이라니... inetlliJ는 3.0을 이야기 하지만 최신으로 가봅니다. distributionUrl=http.. 2021. 5. 9.