Class YaFootCoreWebApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
net.andresbustamante.yafoot.core.web.YaFootCoreWebApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication(scanBasePackages="net.andresbustamante.yafoot")
@EnableAspectJAutoProxy
@EnableAsync
public class YaFootCoreWebApplication
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
-
YaFootCoreWebApplication
public YaFootCoreWebApplication()
-
-
Method Details
-
main
Main start method for the web app.- Parameters:
args
-
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder) - Overrides:
configure
in classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-