[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

댓글

이 블로그의 인기 게시물

[샤니마스 SPRING PARTY2020] THE IDOLM @ STER SHINY COLORS SPRING...

2020 LCK 롤챔스 Spring 경기 재개 및 일정

개발을 시작해봐요! 스프링 부트(Spring Boot ) 게시판 - 게시글 조회...