Spring Boot(五):如何在單元測試中自動回滾數據

在Spring Framework 3的單元測試中,針對數據庫單元測試,咱們通常會採用「@Rollback(true)」進行回滾,以下:html @RunWith(SpringJUnit4ClassRunner.class) // 引入Spring配置文件 @ContextConfiguration(locations = { "classpath:/META-INF/springContext/
相關文章
相關標籤/搜索