Package coop.intergal

Class Application

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

    @SpringBootApplication(scanBasePackageClasses={SecurityConfiguration.class,Application.class},
                           exclude=org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration.class)
    public class Application
    extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
    The entry point of the Spring Boot application.
    • Field Summary

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

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      Application()  
    • Constructor Detail

      • Application

        public Application()
    • Method Detail

      • main

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

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