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 b94e4f8 commit 8c11121Copy full SHA for 8c11121
config-repo/auth-service.yml
@@ -5,13 +5,14 @@ server:
5
management:
6
security:
7
enabled: false
8
+ context-path: /mgmt
9
10
eureka:
11
instance:
- health-check-url-path: ${server.context-path}/health
12
- status-page-url-path: ${server.context-path}/info
+ health-check-url-path: ${server.context-path}${management.context-path}/health
13
+ status-page-url-path: ${server.context-path}${management.context-path}/info
14
metadata-map:
- management.context-path: ${server.context-path}
15
+ management.context-path: ${server.context-path}${management.context-path}
16
17
spring:
18
datasource:
0 commit comments