diff --git a/README.md b/README.md index 96029b8..628bfbc 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,11 @@ 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. + - [![Spring Boot Admin screenshot](./images/spring-boot-admin-dashboard.png)](/images/spring-boot-admin-dashboard.png) + - 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 diff --git a/images/spring-boot-admin-dashboard.png b/images/spring-boot-admin-dashboard.png new file mode 100644 index 0000000..98ec832 Binary files /dev/null and b/images/spring-boot-admin-dashboard.png differ