Spring 测试注解 Spring框架提供了一组Spring特定的注解,您可以与TestContext框架一起在单元测试和集成测试中使用。有关更多信息,请参阅相应的javadoc,包括默认属性值、属性别名和其他详细信息。 Spring的测试注解包括以下内容: @BootstrapWith @ContextConfiguration @WebAppConfiguration @ContextHierarchy @ContextCustomizerFactories @ActiveProfiles @TestPropertySource @DynamicPropertySource @DirtiesContext @TestExecutionListeners @RecordApplicationEvents @Commit @Rollback @BeforeTransaction @AfterTransaction @Sql @SqlConfig @SqlMergeMode @SqlGroup @DisabledInAotMode 标准注解支持 @BootstrapWith