...
Code Block | ||||
---|---|---|---|---|
| ||||
application.yml eurekaspring: clientcloud: serviceUrlservice-registry: defaultZone: http://localhost:8761/eureka/ auto-registration: enabled: false #현재 인스턴스를 Reigstry 에 등록하지 않고 싶을 때 false |
...
Code Block | ||||
---|---|---|---|---|
| ||||
application.yml eurekaspring: clientcloud: serviceUrlservice-registry: defaultZone: http://localhost:8761/eureka/ auto-registration: enabled: false #현재 인스턴스를 Reigstry 에 등록하지 않고 싶을 때 false |