mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
The `bootRun` gradle task or `spring-boot:run` maven goal can be used to start a Spring Boot app with DevTools as long as forking is enabled. Add an explicit note in the documentation to mention that. Closes gh-3315