Class DeedApplication

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

    @SpringBootApplication(exclude=org.springframework.boot.autoconfigure.data.redis.RedisAutoConfiguration.class)
    @EnableCaching
    public class DeedApplication
    extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
    • Field Summary

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

        logger
    • Constructor Summary

      Constructors 
      Constructor Description
      DeedApplication()  
    • Constructor Detail

      • DeedApplication

        public DeedApplication()
    • Method Detail

      • onStartup

        public void onStartup​(javax.servlet.ServletContext servletContext)
                       throws javax.servlet.ServletException
        Specified by:
        onStartup in interface org.springframework.web.WebApplicationInitializer
        Overrides:
        onStartup in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
        Throws:
        javax.servlet.ServletException