spring-boot/spring-boot-tools/spring-boot-loader/src
Dave Syer 033250195b Allow user to specify classLoader as loader property
PropertiesLauncher now supports creating its own class loader
from looader.classLoader property. It will succeed if the
implementation specified has a default constructor or one
that takes a parent class loader, or one that takes a URL[]
and a parent class loader (like URLClassLoader).
2014-01-06 11:40:20 +00:00
..
it Polish 2013-11-16 00:08:17 -08:00
main/java/org/springframework/boot/loader Allow user to specify classLoader as loader property 2014-01-06 11:40:20 +00:00
test Allow user to specify classLoader as loader property 2014-01-06 11:40:20 +00:00