mirror of
https://gitee.com/dcren/initializr.git
synced 2026-02-26 21:53:14 +08:00
Spring Boot 2.4 has switched from providing JUnit 5 in the test starter (JUnit Jupiter and the JUnit Vintage Engine) to only providing JUnit Jupiter. As such, the exclusion of junit-vintage-engine is no longer required for projects that are using Spring Boot 2.4. Closes gh-1095