Package edu.cnm.deepdive.picmegallery
Class PicmeGalleryApplication
- java.lang.Object
-
- edu.cnm.deepdive.picmegallery.PicmeGalleryApplication
-
@EnableHypermediaSupport(type=HAL) @SpringBootApplication public class PicmeGalleryApplication extends Object
This class has the main method which starts the spring boot application.
-
-
Constructor Summary
Constructors Constructor Description PicmeGalleryApplication()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(String[] args)
This method is the main method that starts the application.
-
-
-
Method Detail
-
main
public static void main(String[] args)
This method is the main method that starts the application.- Parameters:
args
- is the command line arguments we pass in to the main method.
-
-