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
- Host: GitHub
- URL: https://github.com/aidanwhiteley/books-springbootadmin
- Owner: aidanwhiteley
- Created: 2019-03-12T19:10:40.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-08T17:43:36.000Z (over 1 year ago)
- Last Synced: 2025-02-13T04:31:34.261Z (3 months ago)
- Language: Java
- Size: 75.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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!