Springboot单元测试类与启动类为什么一定要在相同的目录下?
不用在相同的目录下@SpringBootTest(classes= Application.class)测试类中加入 启动引入类就可以了