commit
732a7baf50
|
|
@ -40,6 +40,10 @@ import org.springframework.boot.loader.launch.LaunchedClassLoader;
|
|||
*/
|
||||
public abstract class JarUrlClassLoader extends URLClassLoader {
|
||||
|
||||
static {
|
||||
ClassLoader.registerAsParallelCapable();
|
||||
}
|
||||
|
||||
private final URL[] urls;
|
||||
|
||||
private final boolean hasJarUrls;
|
||||
|
|
|
|||
Loading…
Reference in New Issue