mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +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