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.Object
Initializes the SpringBoot server for the Tunefull application.- Since:
- 1.0
- Version:
- 1.0
- Author:
- Robert Dominguez, Roderick Frechette, Laura Steiner
-
-
Constructor Summary
Constructors Constructor Description TunefullApplication()
-
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.
-