본문 바로가기
728x90
반응형

IT/MSA7

5장 pom.xml 파일 수정 아래글을 읽고, Spring Boot와 Spring Cloud 버전을 맞춰줘야 할 것 같아서 수정함. configserver 기동 확인함. 스프링부트 버전은..아래부분에서 확인하고, spring-boot-starter-parent 2.7.3 스프링 클라우드 버전은 아래 부분에서 확인 함. spring-cloud-dependencies 2021.0.3 부트와 클라우드의 궁합 확인은... https://spring.io/projects/spring-cloud Spring Cloud Spring Cloud is an umbrella project consisting of independent projects with, in principle, different release cadences. To manage.. 2022. 10. 14.
Eureka Client 설정용 샘플 application.yml 파일 application.yml ----------------------------------------------- spring: application: name: Service1 server: port: 8081 eureka: client: register-with-eureka: true fetch-registry: true service-url: defaultZone: http://localhost:8761/eureka 2022. 10. 9.
Eureka Server 설정용 샘플 yml 파일 application.yml ========== spring: application: name: EurekaSvr eureka: client: regiester-with-eudreka: false fetch-registry: false server: port: 8761 2022. 10. 9.
이클립스 프로젝트 API G/W 만들때 사용하는 패키지?? Gatewau Eureka Server 회로차단기(Circuit breaker) : Resilence4J 추천 사이트 https://microservices.io/patterns/microservices.html Microservices Pattern: Microservice Architecture pattern The microservice architecture structures an application as a set of loosely coupled, deployable/executable components organized around business capabilities microservices.io 2022. 10. 8.
728x90
반응형