본문 바로가기
반응형

Java24

[VSCode] spring boot Config data resource ... does not exist 오류 해결 Vscode 에서 JAVA Spring Boot Project 를 실행하려 하니 아래와 같은 오류가 발생하였습니다.  [restartedMain] DEBUG org.springframework.boot.diagnostics.LoggingFailureAnalysisReporter - Application failed to start due to an exceptionorg.springframework.boot.context.config.ConfigDataResourceNotFoundException: Config data resource 'class path resource [asis-datasource.yml]' via location 'classpath:asis-datasource.yml' cannot.. 2024. 11. 12.
[Eclipse] 이클립스 환경 세팅 - Progress, Server [Eclipse] 이클립스 환경 세팅 - Progress, Server 프로젝트를 import 한 후에 보면,, 당연한 듯이 pom.xml 오류가 나타나 있습니다.해당 오류는 아래 게시글에 정리해 두었습니다. 2024.11.09 - [Java/Eclipse] - [Ecilpse] Maven pom.xml 오류 조치 [Ecilpse] Maven pom.xml 오류 조치Failure to transfer org.apache.commons:commons-compress:pom:1.19 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the upda.. 2024. 11. 11.
[Ecilpse] Maven pom.xml 오류 조치 Failure to transfer org.apache.commons:commons-compress:pom:1.19 from https://repo.maven.apache.org/maven2 was cached in the local repository, resolution will not be reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.apache.commons:commons-compress:pom:1.19 from/to central (https://repo.maven.apache.org/maven2): The.. 2024. 11. 9.
[SpringBoot] Spring Cloud OpenFeign 생성하기 🌟 INDEXSpring Cloud OpenFeign 사용하기OpenFeign 주요 특징Spring Boot 버전 별 Spring Cloud OpenFeign 호환성OpenFeign 적용하기개발 환경Spring Cloud OpenFeign OpenFeign은 Java 기반의 HTTP 클라이언트를 작성하기 위한 선언적 웹 서비스 클라이언트입니다. Spring Cloud의 일부로 제공되며, RESTful API 와의 통신을 간소화하는 데 도움을 줍니다. OpenFeign은 인터페이스 기반의 프로그래밍을 지원하여, API 호출을 쉽게 구현할 수 있도록 합니다.OpenFeign 주요 특징선언적 API 호출:OpenFeign을 사용하면 인터페이스와 애너테이션을 통해 HTTP 요청을 선언적으로 정의할 수 있습니다.. 2024. 10. 5.
반응형