使用Nacos拉取配置时报错: Could not resolve placeholder ‘pattern.dateformat’ in value “${pattern.dateformat}”

使用Nacos配置管理时报错信息:

Error creating bean with name ‘userController’: Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder ‘pattern.dateformat’ in value “${pattern.dateformat}”


查看Nacos配置列表发现:
使用Nacos拉取配置时报错: Could not resolve placeholder ‘pattern.dateformat’ in value “${pattern.dateformat}”_第1张图片

问题:Nacos的配置文件不在public命名空间下。

解决方法:在bootstrap.yaml中增加配置namespace,注明命名空间。

使用Nacos拉取配置时报错: Could not resolve placeholder ‘pattern.dateformat’ in value “${pattern.dateformat}”_第2张图片

你可能感兴趣的:(Spring,Cloud,java,spring,cloud)