Package com.openkm

Class MainAppConfig

  • All Implemented Interfaces:
    org.springframework.web.WebApplicationInitializer

    @EnableScheduling
    @SpringBootApplication
    public class MainAppConfig
    extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
    Created by pavila on 17/06/16.SpringBootApplication https://spring.io/guides/gs/spring-boot/ By default all packages below your main configuration class (the one annotated with @EnableAutoConfiguration or @SpringBootApplication) will be searched.
    • Field Summary

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

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      MainAppConfig()  
    • Constructor Detail

      • MainAppConfig

        public MainAppConfig()
    • Method Detail

      • main

        public static void main​(String[] args)
        Main.
      • configure

        protected org.springframework.boot.builder.SpringApplicationBuilder configure​(org.springframework.boot.builder.SpringApplicationBuilder application)
        Overrides:
        configure in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer