Package io.meeds.appcenter
Class AppCenterApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
io.meeds.spring.kernel.PortalApplicationContextInitializer
io.meeds.appcenter.AppCenterApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication(scanBasePackages={"io.meeds.appcenter","io.meeds.spring.kernel","io.meeds.spring.jpa","io.meeds.spring.liquibase","io.meeds.spring.web"})
@EnableJpaRepositories(basePackages="io.meeds.appcenter")
@PropertySource("classpath:application.properties") @PropertySource("classpath:application-common.properties") @PropertySource("classpath:appcenter.properties")
public class AppCenterApplication
extends io.meeds.spring.kernel.PortalApplicationContextInitializer
-
Field Summary
FieldsFields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
logger -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.meeds.spring.kernel.PortalApplicationContextInitializer
createSpringApplicationBuilder, isAsync, onStartupMethods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
configure, createRootApplicationContext, deregisterJdbcDrivers, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers
-
Field Details
-
MODULE_NAME
- See Also:
-
-
Constructor Details
-
AppCenterApplication
public AppCenterApplication()
-