mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 17:32:34 +08:00
This commit removes the reactor extension as it is no longer necessary given all the customizations have been added in Spring Boot now. Instead, Java8 is now forced for any use of Spring Boot 2.0 and later. Arguably, this should have been the case since the beginning.