Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

spring.boot.admin.client.url default value doesn't support contextPath #57

Closed
RaphC opened this issue Mar 17, 2015 · 0 comments
Closed
Labels

Comments

@RaphC
Copy link

RaphC commented Mar 17, 2015

Hi,

Thanks for this pretty nice project.

In SpringBoot it's possible to specify management context path trough tow tokens. Here is a sample in yaml :


management:
  contextPath:

or


management:
  context-path:

spring-boot admin only uses ${management.context-path} token to complete spring.boot.admin.client.url if not specified by the client.

Can you add the support of ${management.contextPath}

Regards

@joshiste joshiste added the bug label Apr 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants