
com.itxiaoer.commons.sample.web.Bootstrap Maven / Gradle / Ivy
The newest version!
package com.itxiaoer.commons.sample.web;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author : liuyk
*/
@SpringBootApplication
public class Bootstrap {
public static void main(String[] args) {
SpringApplication.run(Bootstrap.class, args).start();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy