Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'coupon.username' in value "${coupon.username}"

加载不了bootstrap.properties只需要在common增加依赖

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bootstrap</artifactId>
<version>3.0.3</version>
</dependency>
posted @ 2021-06-22 23:27  liaozk  阅读(2093)  评论(0)    收藏  举报