mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 02:09:05 +00:00
Update the `Restarter` so that class files and resources can change independently of the underlying source folders. This change will allow updates to be pushed to a remotely running application, without requiring the application to run in an exploded form. See gh-3086