jdk(2)
-
JDK 21과 Gradle 호환성 에러: 원인 분석과 실질적 해결 방안
문제 상황 최근 Oracle OpenJDK 21을 사용하여 프로젝트를 구축하던 중, 예상치 못한 에러가 발생했습니다. 아래는 해당 에러의 스크린샷입니다. Unsupported class file major version 알고 가는 기본 개념 1. Gradle 이란 무엇인가? Gradle helps teams build, automate and deliver better software, faster. [출처] : https://gradle.org Gradle은 "Build 자동화 도구"로 정의될 수 있습니다. 간단히 말해, 소프트웨어 개발 과정에서 반복되는 빌드 작업을 자동화하여 개발자가 더 빠르고 효율적으로 소프트웨어를 제작할 수 있게 돕습니다. 2. 그렇다면 Build 란? build is the p..
2023.12.21 -
"Build 를 정지합니다", 프로젝트마다 다른 버전 (IntelliJ)
Getting Started | Client-Side Load-Balancing with Spring Cloud LoadBalancer This guide walks through building two projects, one of which is a dependency to the other. Consequently, you need to create two child projects under a root project. First, create the build configuration at the top level. For Maven, you need a pom.xml with spring.io 곧 계획 예정 중인 MSA 프로젝트를 혼자서 연습해 보기 위해 Spring Doc 의 Client-S..
2023.09.15