Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException:


Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'scopedTarget.configController': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'custom.property.hello' in value "${custom.property.hello}"

在spring cloud config 源码调换里面  JsonProperySourceLocator 类 获取值写错啦

 获取get value  改成 get key