Package io.meeds.social
Class SocialApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
io.meeds.spring.kernel.PortalApplicationContextInitializer
io.meeds.social.SocialApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication(scanBasePackages={"io.meeds.social","io.meeds.web.security","io.meeds.spring.kernel","io.meeds.spring.jpa","io.meeds.spring.web"},
exclude=org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.class)
@EnableJpaRepositories(basePackages={"io.meeds.social","io.meeds.web.security"})
@PropertySource("classpath:application.properties") @PropertySource("classpath:application-common.properties") @PropertySource("classpath:social.properties")
public class SocialApplication
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, shutDownSharedReactorSchedulers
-
Field Details
-
MODULE_NAME
- See Also:
-
PORTAL_WEB_SECURITY_MODULE_NAME
- See Also:
-
-
Constructor Details
-
SocialApplication
public SocialApplication()
-