As you can see in its name,
this error occurs when you forgot to write an annotation @Bean, or when your Bean name doesn't match your App Context file's Bean name.
Check if you wrote annotations properly
Check is there any typo in an App Context file (or a Bean name)