Class DocumentApplication

java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
io.meeds.spring.kernel.PortalApplicationContextInitializer
org.exoplatform.documents.DocumentApplication
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@SpringBootApplication(scanBasePackages={"org.exoplatform.documents","io.meeds.spring.kernel","io.meeds.spring.jpa","io.meeds.spring.web"}, exclude=org.springframework.boot.autoconfigure.liquibase.LiquibaseAutoConfiguration.class) @EnableJpaRepositories(basePackages="org.exoplatform.documents") @EnableElasticsearchRepositories(basePackages="org.exoplatform.documents") @PropertySource("classpath:application.properties") @PropertySource("classpath:application-common.properties") public class DocumentApplication extends io.meeds.spring.kernel.PortalApplicationContextInitializer
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class io.meeds.spring.kernel.PortalApplicationContextInitializer

    createSpringApplicationBuilder, isAsync, onStartup

    Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    configure, createRootApplicationContext, deregisterJdbcDrivers, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

    • DocumentApplication

      public DocumentApplication()