Example usage for org.springframework.boot.web.servlet.support SpringBootServletInitializer subclass-usage

List of usage examples for org.springframework.boot.web.servlet.support SpringBootServletInitializer subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot.web.servlet.support SpringBootServletInitializer subclass-usage.

Usage

From source file com.erudika.scoold.ScooldServer.java

/**
 *
 * @author Alex Bogdanovski [alex@erudika.com]
 */
@SpringBootApplication
public class ScooldServer extends SpringBootServletInitializer {

From source file com.evolveum.midpoint.web.boot.MidPointSpringApplication.java

/**
 * Created by Viliam Repan (lazyman).
 * Modified by Lukas Skublik.
 */
@ImportResource(locations = { "classpath:ctx-common.xml", "classpath:ctx-configuration.xml",
        "classpath*:ctx-repository.xml", "classpath:ctx-repo-cache.xml", "classpath:ctx-repo-common.xml",