스프링 빈즈 - 컨스트럭터 arg로 널 배선하는 방법? 나는 다음과 같은 콩을 정의합니다. 앱을 실행하면 Spring에서 bean config 예외가 발생합니다. [java] Exception in thread "main" org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'myBean' defined in class path resource [spring-config.xml]: Unsatisfied dependency expressed through constructor argument with index 0 of type [com.me.myapp.Widget]: Could not ..