Closed nWidart closed 6 years ago
Oh thank you I missed that issue.
So it's assumed as normal and doesn't explain why my client application isn't showing up in the admin dashboard. 🤔
spring.boot.admin.client.api-path=http://localhost:9999
is wrong.
Use spring.boot.admin.client.url=http://localhost:9999
Oh my god! I should have read the documentation better! 🤦♂️
Thanks for the quick responses & sorry for the trouble!
@janoscc
spring boot 2.0.4
spring framework 5.0.5
de.codecentric 2.0.2
but still has the sample error log when refresh page.
Hello,
I'm having the following error when running the SBA application:
I'm guessing this is related but when following the getting started steps (as well as this presentation, my application does not show up.
On the client side, I have
With
spring.boot.admin.client.api-path=http://localhost:9999
set.Using spring boot
2.0.2
.Am I missing something?
Thanks.