Bean
[에러] org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfig' defined in file
문제 SecurityConfig.class 를 만들고 controller 단위 테스트 실행 시 NoSuchBeanDefinitionException 이 발생하였다. 에러문 전체 더보기 Failed to load ApplicationContext java.lang.IllegalStateException: Failed to load ApplicationContext at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:132) at org.springframework.test.context.support.DefaultT..