Quantcast
Channel: spring boot actuator for standalone spring application - Stack Overflow
Browsing latest articles
Browse All 3 View Live

Answer by Ashwin Gupta for spring boot actuator for standalone spring...

Your application is not a Spring Boot App yet.One has to use the @SpringBootApplication at the minimum to convert an app into one.@SpringBootApplicationpublic class BootadminMsAlphaApplication { public...

View Article



Answer by PaulNUK for spring boot actuator for standalone spring application

It looks like your application isn't a Spring Boot application. It needs to be.

View Article

spring boot actuator for standalone spring application

I am trying to learn spring boot actuator. I have a simple basic application which runs via main method. It has not tomcat or anything. It has just one class as belowpublic class StartUp { public...

View Article
Browsing latest articles
Browse All 3 View Live


Latest Images