Example usage for org.springframework.boot SpringApplication subclass-usage

List of usage examples for org.springframework.boot SpringApplication subclass-usage

Introduction

In this page you can find the example usage for org.springframework.boot SpringApplication subclass-usage.

Usage

From source file org.appcomponents.platform.impl.WebApplication.java

/**
 * Web Application.
 * @author Martin Janys
 */
public class WebApplication extends SpringApplication {

From source file es.indra.hlf.vaadin.isfar.Application.java

@EnableAutoConfiguration
@EnableTransactionManagement
@ComponentScan
@EntityScan
public class Application extends SpringApplication {