All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.hawt.sample.spring.boot.SampleSpringBootService Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
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