question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Endpoints won't load in Spring Admin Frontend 2.0

See original GitHub issue

Hi,

I’ve tried to make use of the endpoints in spring boot 2.0 and changed my properties file according to your doc. management.endpoints.web.exposure.include=* management.endpoint.info.enabled=true management.endpoint.loggers.enabled=true

The problem is that it won’t load the actual data into the frontend of the admin app. If I run the route directly it shows all the data.

Picture of the problem https://ibb.co/fh4pzx

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
srep2512commented, Apr 11, 2018

@n0mer thanks for the hint! To add the dependencies for spring with Version 5.0.5 really did the trick!

0reactions
hi-mambacommented, May 16, 2018
Read more comments on GitHub >

github_iconTop Results From Across the Web

codecentric/spring-boot-admin - Gitter
When accessing the actuactor endpoints the login form is shown but the provided credentials never seem to reach the called endpoint. _. teramawi....
Read more >
Unable to access Spring Boot Actuator "/actuator" endpoint
As of spring boot version 2.0.1 using below property would work management.endpoints.web.exposure.include=<comma separated endpoints you wish to expose>.
Read more >
Spring Boot Admin Reference Guide - GitHub Pages
First you need to setup your server. To do this just setup a simple boot project (using start.spring.io). As Spring Boot Admin Server...
Read more >
codecentric/spring-boot-admin - GitHub
Admin UI for administration of spring boot applications - GitHub ... The source code of codecentric's Spring Boot Admin is licensed under Apache...
Read more >
A Guide to Spring Boot Admin | Baeldung
Learn how to monitor and manage the Spring Boot applications using Spring Boot Admin.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found