SpringBoot启动顺序

413 阅读1分钟

BeforeSuite > BeforeTest > BeforeClass > DataProvider > BeforeMethod > Test > AfterMethod > AfterClass > AfterTest > AfterSuite

www.cnblogs.com/fengpingfan… stackoverflow.com/questions/5… docs.spring.io/spring/docs… zhaox.github.io/java/2016/0…