Package se.bth.pulse
Class PulseApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
se.bth.pulse.PulseApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication
public class PulseApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
PulseApplication class. Contains the main entrypoint to the application. Extends
SpringBootServletInitializer to allow the application to be deployed as a WAR file.
-
Field Summary
Fields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
logger
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, onStartup, run, setRegisterErrorPageFilter
-
Constructor Details
-
PulseApplication
public PulseApplication()
-
-
Method Details
-
main
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder) - Overrides:
configure
in classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-