SpringGradle - 의존성 설정 (implementation, api, runtimeOnly, compileOnly, compileOnlyApi)Gradle은 Groovy를 활용한 빌드 자동화 시스템입니다. 최근 신규 프로젝트는 대부분 Gradle로 빌드를 관리하며, 이제 Maven…devfoxstarJuly 25, 2024 2 min
SpringGradle Dependencies Library 추가 오류 (의존성 주입)IntelliJ 에서 Gradle 빌드를 하면, 가끔 라이브러리를 찾지 못하는 경우가 있습니다. 분명히 Dependencies…devfoxstarMarch 12, 2023 1 min
Kotlin코틀린 그레이들 의존성 오류 (Supertypes of the following classes cannot be resolved)Gradle 빌드 기반 위에 SpringBoot…devfoxstarJanuary 05, 2023 1 min