Class PicmeGalleryApplication


  • @EnableHypermediaSupport(type=HAL)
    @SpringBootApplication
    public class PicmeGalleryApplication
    extends Object
    This class has the main method which starts the spring boot application.
    • Constructor Detail

      • PicmeGalleryApplication

        public PicmeGalleryApplication()
    • 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.