首页 > 软件编程 > java > IDEA报错Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded
解决IDEA报错Caused by: org.springframework.boot.web.server.WebServerException: Unable to start embedded
作者:lib_w
遇到IDEA启动报错,可尝试以下方法:打开项目设置(Ctrl+Shift+Alt+S),将JDK版本修改为1.8;或者检查TomCat依赖,若有问题可尝试删除,此外,确保每次拉取项目后,maven地址设置为本地,并且JDK版本设置为1.8,以上为个人解决经验,希望对大家有所帮助
idea启动报错
解决方法
Ctrl+Shift+Alt+S(项目设置) -> jdk修改为1.8
或者是以下问题:
删除TomCat依赖,点减号删除
ps:每次拉项目之后检查maven的地址是不是本地的,还有jdk也要设置成1.8的。
总结
以上为个人经验,希望能给大家一个参考,也希望大家多多支持脚本之家。
您可能感兴趣的文章:
- 解决org.springframework.context.ApplicationContextException报错的问题
- 如何解决Could not transfer artifact org.springframework.boot问题
- SpringBoot引入Redis报org.springframework.data.redis.core.RedisTemplate类找不到错误问题
- 程序包org.springframework.boot不存在的问题解决
- 解决程序启动报错org.springframework.context.ApplicationContextException: Unable to start web server问题