In Intellij, every time I create a new class, able to use it in other classes as I am developing it. But when I run it I get error saying bean not found. Even a new maven clean install doesn't make a difference. Has anyone experienced a similar issue?
I didn't had this issue yesterday and the only thing I did differently since then is to run mvn clean install.