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