使用idea快速构建SpringBoot项目,启动类起不起来。报错内容如下:

java.lang.ClassNotFoundException: org.apache.commons.logging.LogFactory

意思就是少一个日志的jar包

所以我们直接pom文件引入jar
包就可以了

   <dependency><groupId>commons-logging</groupId><artifactId>commons-logging</artifactId></dependency>

这样就可以成功启动了

SpringBoot项目启动报错相关推荐

  1. SpringBoot项目启动报错:Field userMapper in com.demo.controller.MemberController required a bean of type ‘c

    问题描述: SpringBoot项目启动报错,报错内容:'com.xxx.mapper.XxxxMapper' that could not be found ******************** ...

  2. SpringBoot项目启动 报错:Error executing Maven. end tag name </settings> must match start tag name

    SpringBoot项目启动 报错:Error executing Maven. end tag name must match start tag name from line xxx 第一次创建s ...

  3. idea软件 springboot项目启动报错:命令行太长解决

    idea软件 springboot项目启动报错:命令行太长解决 1.找到项目下得.idea文件夹,打开文件workspace.xml 2.搜索标签 <component name="P ...

  4. springboot项目启动报错-案例情景介绍

    文章目录 摘要 情况1:Nacos报错 情况2:IllegalStateException: Incompatible fallbackFactory instance 情况3:idea编译java文 ...

  5. 【图文详解】SpringBoot项目启动报错:The bean ‘xxxServiceImpl‘ could not be injected as a ‘xxxServiceImpl‘ ...

    问题描述: 项目启动报错:The bean 'xxxServiceImpl' could not be injected as a 'cn.xxxx.service.xxxServiceImpl' b ...

  6. SpringBoot项目启动报错[类文件具有错误的版本 61.0, 应为 55.0 请删除该文件或确保该文件位于正确的类路径子目录中。]

    Web server failed to start. Port 80 was already in use. Web server failed to start. Port 80 was alre ...

  7. SpringBoot项目启动报错,java.lang.IllegalStateException: Ambiguous mapping.访问路径模棱两可,无法映射的问题!!!

    问题描述: SpringBoot项目刚启动就报错 下面是报错信息: 我这里提取了一下关键信息 Ambiguous mapping.(模棱两可的mapping) Cannot map 'test' me ...

  8. 【踩坑日记】springboot项目启动报错error create bean with name

    前言 启动springboot项目报错error create bean with name xxx 以为是哪个bean没有装配上,排查了所有的bean,发现都装配了 原因分析 仔细看了报错日志,发现 ...

  9. springboot 项目启动报错 url' attribute is not specified and no embedded datasource could be configured

    报错信息: Error starting ApplicationContext. To display the conditions report re-run your application wi ...

  10. springboot项目启动报错:The web application [ROOT] appears to have started a thread named [xx] but has fai

    首先看看报错信息:只看到说可能是内存泄露,具体为啥报错也不知道 遇到这种报错,刚开始一般可能都不太会解决,而且可能之前遇到过,发现解决方法可能会不一样. 遇到这种启动失败,报内存泄漏的错误时不要看框里 ...

最新文章

  1. C语言中extern关键字的使用
  2. matlab 正在等待响应标头。可能服务器没有响应,或者 weboptions.Timeout,Expect:100-continue
  3. info java module_JAVA新特性视频教学:第三天_21_认识module-info.java文件.mp4
  4. linux VNC简单配置
  5. JavaOne 2015 –第二十版十大收获
  6. C++学习——类的初始化
  7. DataBase简答题
  8. Ubuntu录屏及gif制作
  9. 普元EOS:执行自定义命名sql查询(无参,有参)
  10. 提供2.4G单色、双色、RGB\RGBW\RGBCW调光LED灯方案
  11. podman的配置以及命令详解
  12. 网络适配器突然消失的解决办法
  13. 记录微信小程序createIntersectionObserver()方法的使用
  14. Docker下载和设置代理
  15. 算法分享: 动态规划之拱桥回文算法
  16. 卷积神经网络三:目标检测和yolo算法
  17. 【C++】游戏开发--基础
  18. android 粗暴简单仿美团/大众点评搜索方式,详细标注
  19. Linux root密码破解
  20. eclipse的使用简介

热门文章

  1. 免费源码赠送之 printf(C语言简化版)
  2. linux git ssh免密拉取 配置过程
  3. nvidia-smi介绍
  4. 提取Python stringlib中的BMHBNFS字符串查找算法
  5. php 模板解析函数,WordPress中用于检索模版的相关PHP函数使用解析
  6. java中类初始化_java中类和对象的初始化
  7. 学生成绩管理系统源码
  8. ftfind 桌面搜索引擎的设计文档 (2)
  9. 地图下载区 哪家好用
  10. Java版扫雷小游戏