Class ResearchObjectServiceApplication

  • All Implemented Interfaces:
    org.springframework.boot.CommandLineRunner

    @SpringBootApplication
    public class ResearchObjectServiceApplication
    extends java.lang.Object
    implements org.springframework.boot.CommandLineRunner
    A web service to facilitate the creation of Research Objects, constrained to pre-defined profiles.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      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 Detail

      • ResearchObjectServiceApplication

        public ResearchObjectServiceApplication()
    • Method Detail

      • 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