Package org.vrspace.server
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
contextDestroyed
(jakarta.servlet.ServletContextEvent context) void
contextInitialized
(jakarta.servlet.ServletContextEvent sce) static void
-
Constructor Details
-
ServerApplication
public ServerApplication()
-
-
Method Details
-
main
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent context) - Specified by:
contextDestroyed
in interfacejakarta.servlet.ServletContextListener
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextInitialized
in interfacejakarta.servlet.ServletContextListener
-