当前位置 : 主页 > 编程语言 > java >

java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @Context

来源:互联网 收集:自由互联 发布时间:2022-10-26
错误再现 在SpringBoot项目手写测试类时报错:java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test,如下所示: 解决

错误再现

在SpringBoot项目手写测试类时报错:java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test,如下所示:

image.png

解决方案

  • 1、编写启动类 image.png

  • 2、启动类和测试类所在的包名要相同 image.png

上一篇:JDK中自带的JVM分析工具
下一篇:没有了
网友评论