项目

一般

简介

V10敏捷内嵌版启动报:Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.

由 李 晓飞 在 超过 2 年 之前添加

问题描述:V10敏捷内嵌版启动报:org.springframework.context.ApplicationContextException: Unable to start web server; nested exception is org.springframework.context.ApplicationContextException: Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.

相关报错:

问题排查:

发现客户并没有去用pom引用内嵌版aas相关依赖包,而是将相关jar包放在了应用的lib目录下,即使最后打包也可以在BOOT-INF/lib文件夹中看到相关依赖;

问题解决:将aas相关jar包导入到maven仓库,然后pom引入即可解决;