Springboot 启动报错,Unable to read meta-data for class

Posted 简简单单OnlineZuozuo

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Springboot 启动报错,Unable to read meta-data for class相关的知识,希望对你有一定的参考价值。

Springboot 启动报错,Unable to read meta-data for class


1、原因

spring.factories 文件内容配置错误

如图

org.springframework.boot.autoconfigure.EnableAutoConfiguration=\\
  cn.****.***.aop.WebResponseAspect,\\
  

多写了逗号,则可以引发该问题

2、解决

修改spring.factories 文件内容为正确即可

以上是关于Springboot 启动报错,Unable to read meta-data for class的主要内容,如果未能解决你的问题,请参考以下文章

已解决:SpringBoot启动报错:Unable to start web server; nested exception is org.springframework.boot.web

springboot报错Unable to start EmbeddedWebApplicationContext due to missing EmbeddedServletContainerFac

解决springboot启动失败问题:Unable to start embedded container;

nacos的部署以及nacos启动报错“Unable to start embedded Tomcat”(部分解决)

解决 Springboot Unable to build Hibernate SessionFactory @Column命名不起作用

Springboot源码编译报错Unable to start the daemon process