IllegalStateException: permitAll only works with HttpSecurity.authorizeRequests()
In spring boot application, The exception “IllegalStateException: permitAll only works with HttpSecurity.authorizeRequests()” is thrown if the spring security is configured. In this post, we will see how this exception is…
