Class AlbuquirkyApplication


  • @EnableHypermediaSupport(type=HAL)
    @SpringBootApplication
    public class AlbuquirkyApplication
    extends Object
    The initialization of Springboot server for AlbuQuirky application.
    Since:
    1.0
    • Constructor Detail

      • AlbuquirkyApplication

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