mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-21 16:19:42 +00:00
Add a parent last classloader for use with application restarts. The classloader provides a layer on top of the regular classloader to contain the classes that might change when an application is restarted. See gh-3084