Package edu.cnm.deepdive.albuquirky
Class AlbuquirkyApplication
- java.lang.Object
-
- edu.cnm.deepdive.albuquirky.AlbuquirkyApplication
-
@EnableHypermediaSupport(type=HAL) @SpringBootApplication public class AlbuquirkyApplication extends Object
The initialization of Springboot server for AlbuQuirky application.- Since:
- 1.0
-
-
Constructor Summary
Constructors Constructor Description AlbuquirkyApplication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)The main class from which the application is launched.
-
-
-
Method Detail
-
main
public static void main(String[] args)
The main class from which the application is launched.- Parameters:
args- The varargs argument passed from the command line.
-
-