Could not resolve placeholder ‘*‘ in value “${*}“

简介: Could not resolve placeholder ‘*‘ in value “${*}“

在学习 Spring Alibaba nacos 的过程中,遇到了一个十分头疼的问题。

Could not resolve placeholder 'config.info' in value "${config.info}"

在nacos服务中配置的 配置信息 一直无法获取到,按照文档中的命名格式,完全没有问题。
说明:之所以需要配置spring.application.name,是因为它是构成Nacos配置管理dataId 字段的一部分。

在 Nacos Spring Cloud中,dataId的完整格式如下:

${prefix}-${spring-profile.active}.${file-extension}

在这里插入图片描述
我的是 dev 环境,所以配置完成之后是 nacos-config-client-dev.yaml
在这里插入图片描述
在 nacos 中也配置完成!但是当跑微服务的时候就会报错找不到,我在网上看过需要博客,无非就是让检查后缀是否一样,配置是否一样,重启nacos。但是完全没有效果!(当然,这确实是常见的问题,并不排除这种些情况)

在这里插入图片描述

最后无意之间将 group 删掉跑了一次发现竟然可以跑起来!

在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

总结:关于 nacos 配置的 group 没有进行自定义 在配置文件中就不要填写这一项,如果自定义过,可以填写自己自定义的名称!

目录
相关文章
|
Java 数据库连接 mybatis
mybaits报错:The content of element type “resultMap“ must match “(constructor?,id*,result*,associati。。。
mybaits报错:The content of element type “resultMap“ must match “(constructor?,id*,result*,associati。。。
557 0
Vue3报错:Extraneous non-props attributes (style) were passed to component but could not be automatical
Vue3报错:Extraneous non-props attributes (style) were passed to component but could not be automatical
3922 1
|
7月前
|
JavaScript
Vue报错 Invalid default value for prop “list“: Props with type Object/Array must use a factory
Vue报错 Invalid default value for prop “list“: Props with type Object/Array must use a factory
339 0
|
5月前
|
Java Maven
Cannot resolve method ‘success‘ in ‘Result‘
Cannot resolve method ‘success‘ in ‘Result‘
【已解决】Error: Element type is invalid: expected a string (for built-in components) or a class/function
Error: Element type is invalid: expected a string (for built-in components) or a class/function
2567 0
【已解决】Error: Element type is invalid: expected a string (for built-in components) or a class/function
|
7月前
|
JavaScript 前端开发
完美解决 报错 Vue Invalid prop: type check failed for prop “min“. Expected Number with value 1,
完美解决 报错 Vue Invalid prop: type check failed for prop “min“. Expected Number with value 1,
270 1
|
前端开发 JavaScript
前端vue:解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
前端vue:解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
1358 0
前端vue:解决Invalid prop: type check failed for prop “model“. Expected Object, got Array问题
|
7月前
|
JavaScript 前端开发
[Vue Router warn]: Component “default“ in record with path “/xx“ is a function that does not return
[Vue Router warn]: Component “default“ in record with path “/xx“ is a function that does not return
1245 0
|
JavaScript
vue 报错-Module not found: Error: Can't resolve 'element-plus' in '
vue 报错-Module not found: Error: Can't resolve 'element-plus' in '
329 1