org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server
时间: 2023-09-28 14:08:16 浏览: 108
org.springframework.boot.web.server.WebServerException: Unable to start embedded Tomcat server是一个错误信息,表示无法启动嵌入式的Tomcat服务器。该错误通常是由于配置问题或其他依赖项引起的。根据提供的引用内容,可以看到在启动类DailyApplication中的main方法中,使用了SpringApplication.run(DailyApplication.class, args)来启动项目,并捕获了Exception异常并打印了错误日志。这个错误可能是由于项目的配置有问题或其他依赖项出现了异常导致的。为了进一步排查问题,可以查看错误日志,通过日志信息来确定具体的错误原因。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* *3* [Unable to start web server... nested exception is org.springframework.boot.web.server.WebServerExcepti](https://blog.csdn.net/weixin_44299027/article/details/118325768)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_2"}}] [.reference_item style="max-width: 100%"]
[ .reference_list ]
阅读全文