Class Handlers
java.lang.Object
org.springframework.boot.loader.net.protocol.Handlers
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
register()
Register a 'java.protocol.handler.pkgs' property so that aURLStreamHandler
will be located to deal with jar URLs.
-
Method Details
-
register
public static void register()Register a 'java.protocol.handler.pkgs' property so that aURLStreamHandler
will be located to deal with jar URLs.
-