mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Switch the default value of `excludeDevtools` from `false` to `true` as it is more sensible to exclude such dependency by default. Closes gh-7170