How to add Spring Boot Actuator 2.X Support to Spring MVC / REST Application without Spring Boot
In the previous article, we have secured the REST API with Spring Security and JSON Web Token (JWT) without using Spring Boot. Now we are gonna add Spring Boot actuator 2.X support to…