I got the following problem when trying to run my application. Have debugged everything and still nothing.
The IDE is finding the bean without any issue so I\'m very con
In my case, I removed something and my project not shown as maven project. (I am using IntelliJ for my Spring Boot application)
Set project as maven project (Close and reopen IntelliJ. It will show popup) fixes the issue.