We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b142e6a commit 5906244Copy full SHA for 5906244
config-repo/application.yml
@@ -3,7 +3,7 @@ eureka:
3
hostname: registry
4
prefer-ip-address: true
5
metadata-map:
6
- management.context-path: ${management.context-path}
+ management.context-path: ${server.context-path}
7
client:
8
service-url:
9
defaultZone: http://user:${REGISTRY_SERVER_PASSWORD:password}@registry:8761/eureka/
0 commit comments