报错问题:java.lang.IllegalStateException: Unable to find a @SpringBootConfiguration, you need to use @ContextConfiguration or @SpringBootTest(classes=...) with your test 1: 没有写启动类 2: 启动类 和测试类 一定要在同一个根目录下;