类 ClassPathChangeUploader

java.lang.Object
org.springframework.boot.devtools.remote.client.ClassPathChangeUploader
所有已实现的接口:
EventListener, ApplicationListener<ClassPathChangedEvent>

public class ClassPathChangeUploader extends Object implements ApplicationListener<ClassPathChangedEvent>
Listens and pushes any classpath updates to a remote endpoint.
从以下版本开始:
1.3.0
作者:
Phillip Webb, Andy Wilkinson