1

I'm confused, since Spring has huge ecosystem and not web debug toolbar to show requests, internals info, memory etc.

Or am I missing something? I can say that many things work in Java world different then in nodejs/php/django where it is common task to get development web toolbar functionality for rapid development and checks. Maybe Spring has one but it has totally different name. Anything possible.

rjdkolb
  • 10,377
  • 11
  • 69
  • 89
idchlife
  • 554
  • 1
  • 6
  • 16
  • In java we mostly don't need this. If we do we use JMX or some enterprise monitoring tool. – talex Sep 15 '17 at 10:08

1 Answers1

1

You can try Spring Actualator Lib.

https://dzone.com/articles/a-look-at-spring-boot-admin http://www.baeldung.com/spring-boot-actuators

Actuators enable production-ready features to a Spring Boot application – without having to actually implement these things yourself.

Jaydeep Rajput
  • 3,605
  • 17
  • 35