摘要: # spring-boot整合junit - #### 测试类的编写 ```java @RunWith(SpringRunner.class) //这是一个 JUnit 注解,指示用于运行测试的运行器。 @SpringBootTest(classes = DemoApplication.class) 阅读全文
posted @ 2023-07-26 00:16 彼时听风 阅读(38) 评论(0) 推荐(0)