728x90 MSA2 Spring Cloud를 활용한 MSA 설치 및 구성-2 spring.application.name=Service04 server.port=8084 Spring Cloud를 활용한 MSA 설치 및 구성-2 마이크로서비스 기반 아키텍처(MSA) VS 서비스 지향 아키텍처(SOA) * Microservices3Monitoring 도구 • Hystrix 대시보드 • 유레카(Eureka) 관리자 대시보드 • 스프링 부트 관리자 대시보드 server: port: 9000 spring: cloud: gateway: routes: - id: helloModule uri: http://localhost:8086/ predicates: - Path=/hello/** - id: goodbyeModule uri: http://localhost:8087/ predicates: - .. 2022. 7. 24. Spring Cloud를 활용한 MSA 설치 및 구성-1 Spring Cloud를 활용한 MSA 설치 및 구성-1 spring cloud 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 the portfolio a BOM (Bill of Materials) is published with a curated set of dependencies on the individual project. Go here to r spring.io spring cloud vs kubernetes -> jdk.. 2022. 7. 24. 이전 1 다음 728x90