mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-18 09:44:47 +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