Class ApiKeyApplication

  • All Implemented Interfaces:
    org.springframework.web.WebApplicationInitializer

    @PropertySource(value="classpath:build.properties",
                    ignoreResourceNotFound=true)
    @SpringBootApplication
    public class ApiKeyApplication
    extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
    • Field Summary

      • Fields inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

        logger
    • Constructor Detail

      • ApiKeyApplication

        public ApiKeyApplication()
    • Method Detail

      • main

        public static void main​(String[] args)