Package io.hawt.example.spring.boot
Class SampleSpringBootService
- java.lang.Object
-
- io.hawt.example.spring.boot.SampleSpringBootService
-
@SpringBootApplication public class SampleSpringBootService extends Object
-
-
Constructor Summary
Constructors Constructor Description SampleSpringBootService()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description io.hawt.config.ConfigFacadeconfigFacade()Set things up to be in offline mode.static voidmain(String[] args)io.hawt.springboot.HawtioPluginsamplePlugin()Loading an example plugin.
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
samplePlugin
@Bean public io.hawt.springboot.HawtioPlugin samplePlugin()
Loading an example plugin.
-
configFacade
@Bean public io.hawt.config.ConfigFacade configFacade()
Set things up to be in offline mode.
-
-