키워드 DEVOPS MSA EUREKA JENKINS AWS EC2 서버 MSA dependcy 추가 클라 application.yml server: port: 9000 spring: application: name: discovery client1 eureka: client: register-with-eureka: true fetch-registry: true service-url: defaultZone: GateWay application.yml server: port: 8000 eureka: client: register-with-eureka: true fetch-registry: true service-url: defaultZone: spring: application: name: gateway-..