io.hawt.sample.spring.boot.SampleSpringBootService Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hawtio-sample-springboot Show documentation
Show all versions of hawtio-sample-springboot Show documentation
hawtio :: Sample Spring Boot process
package io.hawt.sample.spring.boot;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
@EnableAutoConfiguration
public class SampleSpringBootService {
public static void main(String[] args) {
new SpringApplication(SampleSpringBootService.class).run();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy