Class ServerApplication

java.lang.Object
org.vrspace.server.ServerApplication
All Implemented Interfaces:
jakarta.servlet.ServletContextListener, EventListener

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

    • ServerApplication

      public ServerApplication()
  • Method Details

    • main

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

      public void contextDestroyed(jakarta.servlet.ServletContextEvent context)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener
    • contextInitialized

      public void contextInitialized(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextInitialized in interface jakarta.servlet.ServletContextListener