Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejava
themeEmacs
spring:
  profiles: local
  
server:
  port: 8765
  
zuul:
    prefix: /api
    routes:
        account:
            path: /account/**
            serviceId: accountapi
        lobby:
            path: /lobby/**
            serviceId: lobbyapi
        game:
            path: /game/**
            serviceId: gameapi            

ribbon:
  eureka:
    enabled: true

message: "hello, spring cloud edgeservice -local"

config 서버와 결합하여 동적 라우팅 설정이 가능합니다. 

이것은 git의 설정 커밋으로 라우팅을 조정할수 있는 유연함을 제공합니다.


더 자세한 참고 자료 :  https://blurblah.net/1577