Class ServerApplication

  • All Implemented Interfaces:
    EventListener, javax.servlet.ServletContextListener

    @SpringBootApplication
    @ServletComponentScan
    public class ServerApplication
    extends Object
    implements javax.servlet.ServletContextListener
    Main application
    Author:
    joe
    • Constructor Detail

      • ServerApplication

        public ServerApplication()
    • Method Detail

      • main

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

        public void contextDestroyed​(javax.servlet.ServletContextEvent context)
        Specified by:
        contextDestroyed in interface javax.servlet.ServletContextListener