SpringBoot Test 常见错误
SpringBoot Test 常见错误
test 中的测试类对应包名需要与启动类一致

- 直接在启动类上右键 Generate -> Test 生成本类的相关测试类
- - - 在测试类上 BaseApplicationTest 引入 两个相关注解 @RunWith(SpringRunner.class) @SpringBootTest
![]()
- @Test 注解在声明在方法上时记得引入 org.junit.Test 不要引入 juniter 这个包的注解,不然会导致容器启动失败

- -
浙公网安备 33010602011771号