终身会员
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
kaoruge
博客园
首页
新随笔
联系
订阅
管理
2023年3月29日
Springboot 测试启动报错 java.lang.ClassNotFoundException: org.springframework.test.context.TestContextAnnotationUtils
摘要: 在启动SpringBoot测试用例时报错: 原因: 版本不一致 在pom.xml中没有写明版本,spring-test 使用的5.2.10版本 解决: 1、将spring-boot-test 和 spring-boot-start-test 版本统一为2.3.5 2、去掉pom.xml 中对spri
阅读全文
posted @ 2023-03-29 09:53 烤乳鸽
阅读(919)
评论(0)
推荐(0)
编辑
公告