How to verify if SpringBoot is UP and Running

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • MyrinNew
    Senior Member
    • Feb 2024
    • 5168

    #1

    How to verify if SpringBoot is UP and Running

    To verify if SpringBoot Actuator is UP and Running we need to verify these items:


    1.- starter dependency properly located at the pom.xml:




    2.- At the application.properties we specify what we want to examine:





    3.- Finally, we run our app and verify if Actuator is UP and running:





    4.- In the browser:







    More...
Working...