Package edu.cnm.deepdive.tunefull
Class TunefullApplication
- java.lang.Object
- 
- edu.cnm.deepdive.tunefull.TunefullApplication
 
- 
 @EnableHypermediaSupport(type=HAL) @SpringBootApplication public class TunefullApplication extends java.lang.ObjectInitializes the SpringBoot server for the Tunefull application.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Robert Dominguez, Roderick Frechette, Laura Steiner
 
- 
- 
Constructor SummaryConstructors Constructor Description TunefullApplication()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)The main method of Tunefull Application provides an entry point to run the server.
 
-