Package jp.ecuacion.util.commandapi.web
Class WebApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
jp.ecuacion.util.commandapi.web.WebApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication
public class WebApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
Provides SpringApplication function.
-
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, shutDownSharedReactorSchedulers
-
Constructor Details
-
WebApplication
public WebApplication()
-
-
Method Details
-
main
Provides main method.- Parameters:
args- args
-
configure
protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder application) 既存tomcatにwarとして配置するために必要.- Overrides:
configurein classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-