类 Handlers
java.lang.Object
org.springframework.boot.loader.net.protocol.Handlers
Utility used to register loader
URL handlers
.- 从以下版本开始:
- 3.2.0
- 作者:
- Phillip Webb
-
方法概要
修饰符和类型方法说明static void
register()
Register a 'java.protocol.handler.pkgs' property so that aURLStreamHandler
will be located to deal with jar URLs.
-
方法详细资料
-
register
public static void register()Register a 'java.protocol.handler.pkgs' property so that aURLStreamHandler
will be located to deal with jar URLs.
-