[Spring] - 스프링 UnsatisfiedDependencyException
[Spring] - 스프링 UnsatisfiedDependencyException
Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
[ 2020-03-19 17:08:06.408 ] [ ERROR ] [ main] [ SpringApplication] : Application startup failed
org.springframework.beans.factory.UnsatisfiedDependencyException : Error creating bean with name ' commonApiController ' : Unsatisfied dependency expressed through field ' projectService ' ; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException : Error creating bean with name ' projectService ' : Unsatisfied dependency expressed through field ' userService ' ; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException : Error creating bean with name ' userService ' : Unsatisfied dependency expressed through field ' uaaEndpoint ' ; nested exception is org.springframework.beans.factory.BeanCreationException : Error creating bean with name ' uaaEndpoint ' : Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException : Could not resolve placeholder ' quota.item.iaas.compute.core ' in value "${quota.item.iaas.compute.core}"
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588)
from http://lifetutorial.tistory.com/32 by ccl(A) rewrite - 2020-03-19 20:20:28
댓글
댓글 쓰기