首页 > 其他分享 >SpringCloud分布式配置中心--出错记录

SpringCloud分布式配置中心--出错记录

时间:2024-09-30 12:01:26浏览次数:6  
标签:11 30 -- SpringCloud 31 09 5660 main 分布式

报错:问题集中在"${my.content}"占位符无法被解析,注入不识别。

结果发现git仓库中的wollo.yml文件的内容格式不对!!!
2024-09-30 11:31:00.440  INFO 5660 --- [           main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://localhost:8888
2024-09-30 11:31:02.846  INFO 5660 --- [           main] c.c.c.ConfigServicePropertySourceLocator : Located environment: name=wollo, profiles=[default], label=master, version=a09e8244ac1ee954a30bc03bedcfed6003754ad6, state=null
2024-09-30 11:31:02.850  INFO 5660 --- [           main] b.c.PropertySourceBootstrapConfiguration : Located property source: [BootstrapPropertySource {name='bootstrapProperties-configClient'}, BootstrapPropertySource {name='bootstrapProperties-https://gitee.com/liutong1217/config-test01.git/wollo.yml'}]
2024-09-30 11:31:02.856  INFO 5660 --- [           main] com.wollo.StudentApplication             : No active profile set, falling back to default profiles: default
2024-09-30 11:31:04.755  INFO 5660 --- [           main] o.s.cloud.context.scope.GenericScope     : BeanFactory id=59d06a89-376b-3d13-a331-59db739e353c
2024-09-30 11:31:05.358  INFO 5660 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8081 (http)
2024-09-30 11:31:05.377  INFO 5660 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2024-09-30 11:31:05.377  INFO 5660 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.46]
2024-09-30 11:31:05.380  INFO 5660 --- [           main] o.a.catalina.core.AprLifecycleListener   : Loaded Apache Tomcat Native library [1.2.36] using APR version [1.7.2].
2024-09-30 11:31:05.380  INFO 5660 --- [           main] o.a.catalina.core.AprLifecycleListener   : APR capabilities: IPv6 [true], sendfile [true], accept filters [false], random [true].
2024-09-30 11:31:05.380  INFO 5660 --- [           main] o.a.catalina.core.AprLifecycleListener   : APR/OpenSSL configuration: useAprConnector [false], useOpenSSL [true]
2024-09-30 11:31:05.389  INFO 5660 --- [           main] o.a.catalina.core.AprLifecycleListener   : OpenSSL successfully initialized [OpenSSL 1.1.1t  7 Feb 2023]
2024-09-30 11:31:05.662  INFO 5660 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2024-09-30 11:31:05.662  INFO 5660 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2778 ms
2024-09-30 11:31:05.781  WARN 5660 --- [           main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'studentController': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'my.content' in value "${my.content}"
2024-09-30 11:31:05.782  INFO 5660 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2024-09-30 11:31:05.801  INFO 5660 --- [           main] ConditionEvaluationReportLoggingListener : 

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2024-09-30 11:31:05.845 ERROR 5660 --- [           main] o.s.boot.SpringApplication               : Application run failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'studentController': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'my.content' in value "${my.content}"
	at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:405) ~[spring-beans-5.2.15.RELEASE.jar:5.2.15.RELEASE]

修改后:

少加个空格,啊啊啊啊啊!

标签:11,30,--,SpringCloud,31,09,5660,main,分布式
From: https://www.cnblogs.com/liutong1217/p/18441576

相关文章

  • 梦熊 NOIP 13连测 #3
    A.赛事找规律找到了,可惜差一步,然后用了oies。欧拉定理:若\(gcd(a,m)=1\),则\(a^{\phi(m)}\equiv1(mod\m)\)。发现1和\(2n\)永远都不会动,并且当2归位时,整套牌也都归位了,所以先只考虑2的位置变化。如果\(n\)无线大,第\(i\)次操作后2的位置为\(2^i+1......
  • Web APIs 6:正则表达式
    WebAPIs6:正则表达式1.定义及使用场景用于匹配字符串中字符组合的模式,在JS中属于对象通常用来查找、替换哪些符合正则表达式的文本,不属于JS专属,许多语言都支持正则表达式使用场景:验证表单、过滤敏感词2.语法定义规则——>根据规则去查找定义规则:const变量名=/表......
  • 大数据-156 Apache Druid 案例实战 Scala Kafka 订单统计
    点一下关注吧!!!非常感谢!!持续更新!!!目前已经更新到了:Hadoop(已更完)HDFS(已更完)MapReduce(已更完)Hive(已更完)Flume(已更完)Sqoop(已更完)Zookeeper(已更完)HBase(已更完)Redis(已更完)Kafka(已更完)Spark(已更完)Flink(已更完)ClickHouse(已更完)Kudu(已更完)Druid(正在更新…)章节内容上节我们完成了如......
  • 大数据-155 Apache Druid 架构与原理详解 数据存储 索引服务 压缩机制
    点一下关注吧!!!非常感谢!!持续更新!!!目前已经更新到了:Hadoop(已更完)HDFS(已更完)MapReduce(已更完)Hive(已更完)Flume(已更完)Sqoop(已更完)Zookeeper(已更完)HBase(已更完)Redis(已更完)Kafka(已更完)Spark(已更完)Flink(已更完)ClickHouse(已更完)Kudu(已更完)Druid(正在更新…)章节内容上节我们完成了如......
  • [数据集][目标检测]40种飞机检测数据集VOC+YOLO格式15199张40类别
    数据集格式:PascalVOC格式+YOLO格式(不包含分割路径的txt文件,仅仅包含jpg图片以及对应的VOC格式xml文件和yolo格式txt文件)图片数量(jpg文件个数):15199标注数量(xml文件个数):15199标注数量(txt文件个数):15199标注类别数:40标注类别名称:[“A10”,“A400M”,“AG600”,“B1”,“......
  • 【含文档】基于Springboot+Vue的工厂生产设备维护管理系统(含源码+数据库+lw)
    1.开发环境开发系统:Windows10/11架构模式:MVC/前后端分离JDK版本:JavaJDK1.8开发工具:IDEA数据库版本:mysql5.7或8.0数据库可视化工具:navicat服务器:SpringBoot自带apachetomcat主要技术:Java,Springboot,mybatis,mysql,vue2.视频演示地址3.功能系统定......
  • jsp“小饰界”线上饰品商城的设计与实现u39l6(程序+源码+数据库+调试部署+开发环境)
    本系统(程序+源码+数据库+调试部署+开发环境)带论文文档1万字以上,文末可获取,系统界面在最后面。系统程序文件列表用户,商品分类,商品信息,活动商品,知识普及开题报告内容一、项目背景与意义随着互联网技术的飞速发展,电子商务已成为现代商业的重要组成部分。饰品作为时尚消......
  • [数据集][图像分类]骨关节炎严重程度分类数据集14038张4分类
    数据集类型:图像分类用,不可用于目标检测无标注文件数据集格式:仅仅包含jpg图片,每个类别文件夹下面存放着对应图片图片数量(jpg文件个数):14038分类类别数:4类别名称:[“grade0”,“grade2”,“grade3”,“grade4”]每个类别图片数:类别名称图片数grade08080grade23691grade31843gra......
  • [数据集][目标检测]手枪检测数据集VOC+YOLO格式3000张1类别
    数据集格式:PascalVOC格式+YOLO格式(不包含分割路径的txt文件,仅仅包含jpg图片以及对应的VOC格式xml文件和yolo格式txt文件)图片数量(jpg文件个数):3000标注数量(xml文件个数):3000标注数量(txt文件个数):3000标注类别数:1标注类别名称:["shouqiang"]每个类别标注的框数:shouqiang......
  • jsp“海洋生态环境保护宣传”网站设计与实现f87t4--程序+源码+数据库+调试部署+开发环
    本系统(程序+源码+数据库+调试部署+开发环境)带论文文档1万字以上,文末可获取,系统界面在最后面。系统程序文件列表用户,海洋知识,知识分类,视频专区,活动报名,报名信息,截止报名技术要求:开发语言:JSP前端使用:HTML5,CSS,JSP动态网页技术后端使用SpringBoot,Spring技术主数据......