I have a Spring 4 MVC/REST application using AngularJS as the client side technology & Spring data mongoDB as server side.
I want to secure the application. All examples I see are based on Spring Boot .
Q1) Is it possible to secure a Spring 4 application without Spring Boot ? Q2) Is it possible to just include Sprint Boot for security alone in my Spring 4 application , so that we don't need to recode everything based on Spring Boot ?
Could you point me to some samples ?