Class TunefullApplication


  • @EnableHypermediaSupport(type=HAL)
    @SpringBootApplication
    public class TunefullApplication
    extends java.lang.Object
    Initializes the SpringBoot server for the Tunefull application.
    Since:
    1.0
    Version:
    1.0
    Author:
    Robert Dominguez, Roderick Frechette, Laura Steiner
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      The main method of Tunefull Application provides an entry point to run the server.
      • Methods inherited from class java.lang.Object

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

      • TunefullApplication

        public TunefullApplication()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        The main method of Tunefull Application provides an entry point to run the server.
        Parameters:
        args - String[] of command-line arguments