스프링 부트
-
MSA - Spring Cloud Gateway개발 기록 2023. 4. 21. 14:25
지난 MSA블로그에서 구성 중 유레카 서버와 설정 서버를 만들었다. - (유레카) https://neunggu.tistory.com/16 - (설정서버) https://neunggu.tistory.com/18 이번에는 게이트 웨이를 만들어 유레카와 설정서버를 연결한다. 코드는 깃허브에 있다. (https://github.com/neunggu/msa-gateway) GitHub - neunggu/msa-gateway Contribute to neunggu/msa-gateway development by creating an account on GitHub. github.com 1. build.gradle에 dependency 추가 dependencies { // 설정 서버 implementation 'or..
-
MSA - Spring Cloud Config server개발 기록 2023. 4. 11. 12:05
지난 MSA 블로그에서는 유레카 간단히 유레카 서버를 만들었다. (https://neunggu.tistory.com/16) MSA - Spring Cloud Eureka server 스프링 부트에서는 유레카 서버를 아주 간단히 만들 수 있다. 코드는 깃허브에 있다.(https://github.com/neunggu/msa_eureka) GitHub - neunggu/msa_eureka: eureka server eureka server. Contribute to neunggu/msa_eureka development b neunggu.tistory.com 이번에는 설정 서버를 만들어 유레카에 추가한다. 코드는 깃허브에 있다.(https://github.com/neunggu/msa-config-server)..
-
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..