Class OptionalLiveReloadServer

java.lang.Object
org.springframework.boot.devtools.autoconfigure.OptionalLiveReloadServer
All Implemented Interfaces:
InitializingBean

public class OptionalLiveReloadServer extends Object implements InitializingBean
Manages an optional LiveReloadServer. The LiveReloadServer may gracefully fail to start (e.g. because of a port conflict) or may be omitted entirely.
Since:
1.3.0
Author:
Phillip Webb
  • Constructor Details

  • Method Details