Package cvut.fel

Class StartApplication

java.lang.Object
cvut.fel.StartApplication
All Implemented Interfaces:
org.springframework.boot.CommandLineRunner

@SpringBootApplication
public class StartApplication
extends java.lang.Object
implements org.springframework.boot.CommandLineRunner
  • Constructor Summary

    Constructors 
    Constructor Description
    StartApplication()  
  • Method Summary

    Modifier and Type Method Description
    static void main​(java.lang.String[] args)  
    void run​(java.lang.String... args)  

    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​(java.lang.String[] args)
    • run

      public void run​(java.lang.String... args)
      Specified by:
      run in interface org.springframework.boot.CommandLineRunner