Four Methods to Disable Spring Security in JUnit Tests
In this article, we are gonna explore various options for Disabling Spring Security in JUnit Tests and Executing the tests with mock authentication. Basically, there are four approaches that we…