报错
csx_zzh
这个作者很懒,什么都没留下…
展开
-
Failed to load ApplicationContext 问题解决
第一步:检查注解 检查是否有如下注解 @RunWith(SpringRunner.class) @SpringBootTest 如果没有,添加依赖并补充注解 <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.13</version> <scope>test</scope> </原创 2022-04-14 21:21:32 · 1830 阅读 · 0 评论 -
Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean
原因是依赖了 spring-webmvc,WebServer为空,删除spring-webmvc程序正常运行转载 2022-06-07 22:56:57 · 802 阅读 · 0 评论