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

com.base4j.demo.ServletInitializer Maven / Gradle / Ivy

The newest version!
package com.base4j.demo;

import org.springframework.boot.builder.SpringApplicationBuilder;
import org.springframework.boot.web.support.SpringBootServletInitializer;

/**
 * Created by [huangjun] on 2017-06-29.
 */
public class ServletInitializer extends SpringBootServletInitializer {

    @Override
    protected SpringApplicationBuilder configure(SpringApplicationBuilder application) {
        return application.sources(DemoApplication.class);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy