Package com.ganteater.ae.web
Class AnteaterApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
com.ganteater.ae.web.AnteaterApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication
@PropertySource({"classpath:application.properties","classpath:ae.properties"})
public class AnteaterApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
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
-
AnteaterApplication
public AnteaterApplication()
-
-
Method Details
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application) - Overrides:
configure
in classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
main
-