Package io.meeds.tenant.provisioning
Class TenantProvisioningApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
io.meeds.tenant.provisioning.TenantProvisioningApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication(exclude=org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class,
scanBasePackages={"io.meeds.deeds","io.meeds.tenant"})
@EnableCaching
@PropertySource("classpath:provisioning.properties") @PropertySource("classpath:application.properties")
public class TenantProvisioningApplication
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
configure, createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, run, setRegisterErrorPageFilter
-
Constructor Details
-
TenantProvisioningApplication
public TenantProvisioningApplication()
-
-
Method Details
-
onStartup
public void onStartup(javax.servlet.ServletContext servletContext) throws javax.servlet.ServletException - Specified by:
onStartupin interfaceorg.springframework.web.WebApplicationInitializer- Overrides:
onStartupin classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer- Throws:
javax.servlet.ServletException
-