Package org.exoplatform.agenda
Class AgendaApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
io.meeds.spring.kernel.PortalApplicationContextInitializer
org.exoplatform.agenda.AgendaApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication(scanBasePackages={"org.exoplatform.agenda","io.meeds.spring.kernel","io.meeds.spring.jpa","io.meeds.spring.web"},
exclude=org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.class)
@EnableJpaRepositories(basePackages="org.exoplatform.agenda")
@PropertySource("classpath:application.properties") @PropertySource("classpath:application-common.properties")
public class AgendaApplication
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, onStartupMethods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
configure, createRootApplicationContext, deregisterJdbcDrivers, run, setRegisterErrorPageFilter
-
Field Details
-
MODULE_NAME
- See Also:
-
-
Constructor Details
-
AgendaApplication
public AgendaApplication()
-