mirror of
https://gitee.com/dcren/initializr.git
synced 2025-11-28 09:22:41 +08:00
The main new feature available in this new version is null-safety of Spring APIs (Framework, Data, Reactor) with Boot 2 without requiring jsr305.jar to be present in project classpath. -Xjsr305=strict compiler flag is not enabled by default because it is considered as experimental, see https://docs.spring.io/spring/docs/current/spring-framework-reference/kotlin.html#null-safety for more details. Closes gh-515