Home Could not autowire. No beans of 'HttpSecurity' type found
Post
Cancel

Could not autowire. No beans of 'HttpSecurity' type found

Problem

Unable to create HttpSecurity Bean

The reason of error

It can create an HttpSecurity Bean by importing the HttpSecurityConfiguration class with the @EnableWebSecurity annotation

How to solve

Add annotation @HttpSecurityConfiguration

pref:
https://stackoverflow.com/questions/72769680/intellij-idea-error-could-not-autowire-no-beans-of-httpsecurity-type-found

This post is licensed under CC BY 4.0 by the author.