程序包的使用
org.springframework.boot.devtools.restart.classloader
程序包
说明
Application restart support.
Classloaders used for reload support.
Remote restart server.
-
org.springframework.boot.devtools.restart使用的org.springframework.boot.devtools.restart.classloader中的类类说明
ClassLoaderFileRepository
that maintains a collection ofClassLoaderFile
items grouped by source directories. -
org.springframework.boot.devtools.restart.classloader使用的org.springframework.boot.devtools.restart.classloader中的类类说明A single file that may be served from a
ClassLoader
.The kinds of class load files.A container for files that may be served from aClassLoader
.ClassLoaderFileRepository
that maintains a collection ofClassLoaderFile
items grouped by source directories.An individual source directory that is being managed by the collection. -
org.springframework.boot.devtools.restart.server使用的org.springframework.boot.devtools.restart.classloader中的类类说明
ClassLoaderFileRepository
that maintains a collection ofClassLoaderFile
items grouped by source directories.