유레카
-
MSA - Spring Cloud Eureka server개발 기록 2023. 4. 9. 15:12
스프링 부트에서는 유레카 서버를 아주 간단히 만들 수 있다. 코드는 깃허브에 있다.(https://github.com/neunggu/msa-eureka) GitHub - neunggu/msa-eureka: eureka server eureka server. Contribute to neunggu/msa-eureka development by creating an account on GitHub. github.com 1. build.gradle에 dependency 추가 dependencies { implementation 'org.springframework.cloud:spring-cloud-starter-netflix-eureka-server' implementation 'org.springframew..
-
Spring Boot[2.x.x] is not compatible with this Spring Cloud release train개발 기록 2023. 4. 3. 23:31
Description: Your project setup is incompatible with our requirements due to following reasons: - Spring Boot [2.7.6] is not compatible with this Spring Cloud release train Action: Consider applying the following actions: - Change Spring Boot version to one of the following versions [2.6.x] . You can find the latest Spring Boot versions here [https://spring.io/projects/spring-boot#learn]. If you..