Java-Spring Security Library differences

Spring Security Library differences… here is a solution to the problem.

Spring Security Library differences

I have a Spring

app (not Spring Boot) and want to add a secure library (mostly configuring cache settings etc, I don’t want to use filters). However, I saw at least three secure libraries… What is the difference between them and which one should I choose?
The options are: spring-security-config, spring-security-core, and spring-boot-starter-security

Related Problems and Solutions