SpringBoot测试报错: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration

博客分析了Java中Spring Boot测试时出现的错误,即测试类在测试包test下的包名和类路径java下的包名不一致,导致出现Unable to find a @SpringBootConfiguration的异常。并给出两种解决办法,一是修改包名一致,二是在注解上加@SpringBootTest(classes = xxx.class)。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

错误分析

java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=…) with your test

原因是测试类在测试包test下的包名和类路径java下的包名不一致导致的

解决1

修改包名一致即可
在这里插入图片描述

解决 2

参考https://blog.youkuaiyun.com/wwwwwww31311/article/details/115461920
在注解上加上@SpringBootTest(classes = xxx.class),来告诉springboot这是一个独立的测试类

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值