springcloud
springcloud
Adorable_Rocy
把热爱做到极致!
展开
-
WeChat结合文档开发
WeChat文档原创 2023-02-05 00:54:04 · 408 阅读 · 0 评论 -
SpringCloud Nacos 配置注册中心报错 Could not resolve placeholder xxx in value
经验总结:Could not resolve placeholder ‘config.info’ in value "${config.info},对于这种无法注入问题,一定是配置文件出现问题,有几种可能:1. 配置文件格式写错2. 文件格式写错3. 没有按照命名规范配置配置文件以下是报错信息:Error starting ApplicationContext. To display the conditions report re-run your application with 'debug原创 2020-06-30 16:15:49 · 5707 阅读 · 1 评论 -
SpringCloud-config 配置中心Client端注入报错异常 Could not resolve placeholder xxx
SpringCloud-config 配置中心Client端注入报错异常如下Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.2020-06-26 09:27:01.685 ERROR 29560 --- [ restartedMain] o.s.boot.SpringApplication : Ap原创 2020-06-26 10:12:18 · 1178 阅读 · 2 评论 -
SpringCloud配置中心Config 配置报错 Cannot clone or checkout repository
SpringCloud-config报错Cannot clone or checkout repository1.创建仓库2.生成到本地3.SpringCloud-yml配置4.启动Cloud服务1.创建仓库注意:将仓库设置为Public2.生成到本地进入自己目录 生成gitgit init // 生成.git文件夹ssh-keygen -s -rsa // 生成密匙2.打开生成好的SpringC1.pub文件,复制内容3.绑定自己生成的密匙,添加到SSH中3.SpringCl原创 2020-06-25 17:12:46 · 1420 阅读 · 7 评论