Class Application

java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
one.microstream.storage.restclient.app.Application
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@SpringBootApplication
public class Application
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
  • Field Summary

    Fields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    logger
  • Constructor Summary

    Constructors 
    Constructor Description
    Application()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(String[] args)  

    Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    configure, createRootApplicationContext, createSpringApplicationBuilder, onStartup, run, setRegisterErrorPageFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • main

      public static void main​(String[] args)