dmahapatro / grails-actuator-ui

UI representation of Spring Boot Actuator in a Grails 3 app
Apache License 2.0
36 stars 14 forks source link

Add Support information for Spring /Spring Boot Application #3

Open anandt2003 opened 8 years ago

anandt2003 commented 8 years ago

Impressed with the UI of this application and would like to know if this can be used for Spring boot application which is exposing Actuator end points.

Can someone please add if this project can be used for the same and any info regarding it if possible?

Apologize if creating new issue for this isn't appropriate.

dmahapatro commented 8 years ago

This is a grails plugin right now and eventually uses the underlying Grails framework with Spring Boot to project the endpoints as GSP views. It will be a great idea if a similar or same is available for Spring Boot apps directly. Let me know if you have anything in mind. I will see if I can generalize this plugin.