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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontextDestroyed(jakarta.servlet.ServletContextEvent context) voidcontextInitialized(jakarta.servlet.ServletContextEvent sce) static void
-
Constructor Details
-
ServerApplication
public ServerApplication()
-
-
Method Details
-
main
-
contextDestroyed
public void contextDestroyed(jakarta.servlet.ServletContextEvent context) - Specified by:
contextDestroyedin interfacejakarta.servlet.ServletContextListener
-
contextInitialized
public void contextInitialized(jakarta.servlet.ServletContextEvent sce) - Specified by:
contextInitializedin interfacejakarta.servlet.ServletContextListener
-