Skip to content

Commit

Permalink
Add screenshot example of Spring Boot Admin dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
miguno committed Sep 9, 2024
1 parent 6dc246c commit cf320f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,13 @@ Features:
- Integrates [Spring Boot
Admin](https://github.com/codecentric/spring-boot-admin) at endpoint
[`/admin`](http://localhost:8123/admin) to inspect the running application.
Note that, in production, [it is not recommended to
co-locate](https://docs.spring-boot-admin.com/current/faq.html) the SBA
server with your applications (the SBA clients) as this
project does for demonstration purposes.
Login with user `admin` and password `admin`.
<br />
<a href="https://github.com/miguno/java-docker-build-tutorial/raw/main/images/spring-boot-admin-dashboard.png"><img src="https://github.com/miguno/java-docker-build-tutorial/raw/main/images/spring-boot-admin-dashboard.png" alt="Spring Boot Admin screenshot" width="300"></a>
- Note that, in production, [it is not recommended to
co-locate](https://docs.spring-boot-admin.com/current/faq.html) the SBA
server with your applications (the SBA clients) as this project does for
demonstration purposes.
- Maven for build management (see [pom.xml](pom.xml)), using
[Maven Wrapper](https://github.com/apache/maven-wrapper)
- [GitHub Actions workflows](https://github.com/miguno/java-docker-build-tutorial/actions) for
Expand Down
Binary file added images/spring-boot-admin-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cf320f5

Please sign in to comment.