NoSuchBeanDefinitionException Error

binary_j·2022년 1월 23일
0

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.

  1. Check if you wrote annotations properly
  2. Check is there any typo in an App Context file (or a Bean name)

0개의 댓글