Class EnterpriseDemoSpringBootApp
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
com.levigo.jadice.web.demo.enterprise.server.EnterpriseDemoSpringBootApp
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication
@EnableJWTSpringBootApplication("com.levigo.jadice.web.demo.enterprise.EnterpriseDemo")
public class EnterpriseDemoSpringBootApp
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
implements org.springframework.web.WebApplicationInitializer
-
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
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.web.WebApplicationInitializer
onStartup
-
Constructor Details
-
EnterpriseDemoSpringBootApp
public EnterpriseDemoSpringBootApp()
-
-
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
-