mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
In 1.3, our Gradle plugin no longer automatically applies the application plugin. This affects the default options that are available for explicitly configuring a project's main class. This commit updates the documentation accordingly. Closes gh-3768