SpringBoot单元测试
spring-boot-starter-test提供了很多注解用于测试,接下来我们就一一介绍。
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> <scope>test</scope> </dependency>
一、相关注解说明
@SpringBootTest
@WebMvcTest
@WebServiceClientTest
@RestClientTest
@TestComponent
@TestConfiguration
@TestConstructor
@TestExecutionListeners
@TestPropertySource
@DataJdbcTest
@DataJpaTest
@DataLdapTest
@DataMongoTest
@DataRedisTest
@JdbcTest
@JsonTest
@AutoConfigureXxx
二、测试示例
时刻与技术进步,每天一点滴,日久一大步!!!
本博客只为记录,用于学习,如有冒犯,请私信于我。