Package org.vrspace.server
Class ServerApplication
- java.lang.Object
-
- org.vrspace.server.ServerApplication
-
- All Implemented Interfaces:
EventListener,javax.servlet.ServletContextListener
@SpringBootApplication @ServletComponentScan public class ServerApplication extends Object implements javax.servlet.ServletContextListener
Main application- Author:
- joe
-
-
Constructor Summary
Constructors Constructor Description ServerApplication()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(javax.servlet.ServletContextEvent context)static voidmain(String[] args)
-
-
-
Method Detail
-
main
public static void main(String[] args)
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent context)
- Specified by:
contextDestroyedin interfacejavax.servlet.ServletContextListener
-
-