Return to site

SPRINGBOOT ADMIN: How to monitor your applications

· devops,java,springboot

Let's create a mini application that self monitor with SpringBoot Admin.

1️⃣ Create the project in Spring Initilizr: https : // start .spring .io

Choose the following dependencies:

👉 Codecentric's Spring Boot Admin (Client)

👉 Codecentric's Spring Boot Admin (Server)

👉 Spring Web

2️⃣ Code the app

👉 the controller

👉 the application

👉 set the properties

3️⃣ Now you should be good!

Start the app (run SpringBootAdminApplication)

Go to http : // 192. 168. 1. 10: 8060/wallboard

BIM! your app is monitored...

#java #springboot #admin #springbootadmin