Package io.meeds.layout
Class LayoutApplication
java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
io.meeds.spring.kernel.PortalApplicationContextInitializer
io.meeds.layout.LayoutApplication
- All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer
@SpringBootApplication(scanBasePackages={"io.meeds.layout","io.meeds.spring.kernel","io.meeds.spring.jpa","io.meeds.spring.liquibase","io.meeds.spring.web"})
@EnableJpaRepositories(basePackages="io.meeds.layout")
@PropertySource("classpath:application.properties") @PropertySource("classpath:application-common.properties") @PropertySource("classpath:layout.properties")
public class LayoutApplication
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
-
LayoutApplication
public LayoutApplication()
-