场景

在搭建SpringBoot项目启动后提示:

Error starting ApplicationContexxt,To display the uto-configration report re-run your application with "debug" enabled

解决

打开项目的pom.xml

添加web依赖的地方。

在Maven中央仓库中

是带有版本号的。

去掉即可。

SpringBoot运行时提示:Error starting ApplicationContexxt,To display the uto-configration report re-run you相关推荐

  1. Linux下程序编译通过运行时提示error while loading shared libraries(动态链接库问题)

    问题: Linux下程序编译通过了,但是运行时提示 :error while loading shared libraries: libXXX.so.X: cannot open shared obj ...

  2. SpringBoot报错:Error starting ApplicationContext. To display the conditions report re-run your applica

    Spring Boot报错:Error starting ApplicationContext. To display the conditions report re-run your applic ...

  3. springboot启动报错:Error starting ApplicationContext. To display the conditions report re-run your appl

    Spring Boot启动时,报错如下: *************************** APPLICATION FAILED TO START *********************** ...

  4. IDEA中启动SpringBoot项目时提示:“Error java:程序包xxx不存在”,但实际上是存在的

    场景 在IDEA中启动SpringBoot项目时提示: Error java: 程序包xxx不存在" 但是实际上这个包是存在的. 这个包是自己写的websocket的服务端和客户端的包,是存 ...

  5. IDEA中进行SpringBoot开发时提示:Error resolving template xxx, template might not exist or might not be acce

    场景 IDEA中进行SpringBoot开发时提示: Error resolving template "xxx", template might not exist or mig ...

  6. Dev C++可以编译但运行时提示Failed to execute且Error 0:操作成功完成。

    Dev C++可以编译但运行时提示Failed to execute且Error 0:操作成功完成. 问题 代码 现象 解决办法 更换GCC 可能和杀毒用软件有关系 问题 今天来复习C语言,写了简单几 ...

  7. KEIL5工程不能编译和下载,运行时提示找不到.axf文件(Error: Flash Download failed - Could not load file“.axf“)

    KEIL5工程不能编译和下载,运行时提示找不到.axf文件 KEIL5工程不能编译和下载,运行时提示找不到.axf文件 keil5debug运行时弹出警告 在网上找了好多办法都试过,就是不行,最终根据 ...

  8. SpringBoot打包时提示:Perhaps you are running on a JRE rather than a JDK?

    场景 将SpringBoot打包时提示: Perhaps you are running on a JRE rather than a JDK? 解决 Eclipse默认在jre上运行,maven i ...

  9. java home not set_dbsetup运行时提示JAVA_HOME IS NOT SET

    dbsetup运行时提示JAVA_HOMEISNOTSET,原来别人给我安装此程序时,我记得当时他是修改了一下这个文件,大意如下(大意是这样):setjava_home=C:\ProgramFiles ...

最新文章

  1. PHP关于进程池的优化
  2. Linux基础命令---more
  3. 云计算机玩大型游戏,云游戏实测点评:大部分都可以顺畅玩耍
  4. [BUUCTF-pwn]——wustctf2020_getshell
  5. MySQL的set names命令详解
  6. screen状态变Attached连接会话失败
  7. 斜挎包长度到哪里合适_电视背景墙的位置在哪里比较合适?进来你都知道了
  8. 随想录(用python开发网站)
  9. 用SQL语句操作数据
  10. 【AWVS12】安全漏洞扫描工具,使用详解
  11. ActiveX控件注册的几种方法
  12. mil和mm之间的换算
  13. 软件架构师的12项修炼[4]—个人技能修炼(2)—激情
  14. 腾讯企业邮箱的邮局服务器设置,网易邮件客户端如何配置腾讯企业邮箱 并设置服务器邮件同步-♚付涛纪实阁♚...
  15. phpcms v9文件上传的四次绕过复现
  16. 《数学之美》读书记录(一)
  17. 腾讯优图开源项目全景图!
  18. 报错-vue.runtime.esm.js?2b0e:619 [Vue warn]: Unknown custom element: <el-dialog> - did you register th
  19. sql server 导入excel数据表
  20. 系统安全及应用(操作)

热门文章

  1. java zmq订阅_从ZMQ PUB套接字获取订户过滤器
  2. 绝对是最实用 PostMan测试进阶操作 token校验 参数传递 存为环境变量 避免重复copy
  3. chrome设置微信ua_Chrome谷歌浏览器模拟微信内置浏览器的方法(电脑上)
  4. python的类方法_python 如何调用类的方法
  5. dns被自动修改_怎么加速iTunes下载速度 设置DNS方法【介绍】
  6. js获取下月时间_js 获取日期时间段
  7. win10任务栏透明_任务栏1秒变透明,桌面瞬间高大上,美化必备!
  8. 查看linux内存存储空间不足,Linux 下判断Server 内存是否不足
  9. php 替换某一行,PHP中如何替换换行符?
  10. 在长文本中当中使用正则表达式匹配限定长度范围的数字串的方法