My application is using Spring and not SpringBoot but I would like to perform health check using SpringBoot's 2.x Actuator. Did this combination ever work for any?
Asked
Active
Viewed 39 times
0
-
1Its a kind of "grey area". Something can work, but this is not a "supported path". Check this SO thread: https://stackoverflow.com/questions/29953157/spring-boot-actuator-without-spring-boot – Mark Bramnik Jun 16 '20 at 06:09
-
@MarkBramnik Do we have the latest SpringBoot(>= 2.x) support? – SraJ Jun 17 '20 at 13:23
-
I can't say for sure, again its not the "well-known" path - you should try yourself. – Mark Bramnik Jun 17 '20 at 13:53