文章摘要: 摘要内容。
单元测试启动器。用于使用 JUnit Jupiter、Hamcrest 和 Mockito 等库测试 Spring Boot 应用程序的 Starter。
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-test</artifactId> </dependency>
详细总结:Library-Maven-SpringBoot3-场景启动器-test-注解