Customizing the management endpoint paths (#2598)
This commit is contained in:
parent
e6ebf62a1f
commit
b973996709
|
|
@ -44,3 +44,6 @@ spring:
|
|||
mvc:
|
||||
throw-exception-if-no-handler-found: true
|
||||
|
||||
management:
|
||||
# Customizing the management endpoint paths
|
||||
context-path: /manage
|
||||
|
|
|
|||
Loading…
Reference in New Issue