An open API service indexing awesome lists of open source software.

https://github.com/aidanwhiteley/books-springbootadmin

Simple implementation of a Spring Boot Admin project that has JWT access to the Books project
https://github.com/aidanwhiteley/books-springbootadmin

Last synced: about 1 month ago
JSON representation

Simple implementation of a Spring Boot Admin project that has JWT access to the Books project

Awesome Lists containing this project

README

        

# books-springbootadmin
Basic implementation of a Spring Boot Admin project.

Supports sending a JWT token to instances of the books project (see https://github.com/aidanwhiteley/books).
See the books project for how to get a long lived JWT token that allows access to the actuator end points
for that project and then plug that string into the jwt.token.actuator.user property of this project.

Also supports, and now expects, there to be a "service registry" running and available from which this application can
find the details of the applications that it should be monitoring.

Currently this application also registers its details in the service registry and its actuator metrics can be
viewed within the Spring Boot Admin UI!