Class YaFootUsersAdminWebApplication

java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
net.andresbustamante.yafoot.users.web.YaFootUsersAdminWebApplication
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@SpringBootApplication(scanBasePackages="net.andresbustamante.yafoot") @EnableAspectJAutoProxy public class YaFootUsersAdminWebApplication extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
  • Field Summary

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

    logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.springframework.boot.builder.SpringApplicationBuilder
    configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
     
    static void
    main(String[] args)
    Main method to start the application.

    Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer

    createRootApplicationContext, createSpringApplicationBuilder, deregisterJdbcDrivers, onStartup, run, setRegisterErrorPageFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • YaFootUsersAdminWebApplication

      public YaFootUsersAdminWebApplication()
  • Method Details

    • main

      public static void main(String[] args)
      Main method to start the application.
      Parameters:
      args - Application parameters
    • configure

      protected org.springframework.boot.builder.SpringApplicationBuilder configure(org.springframework.boot.builder.SpringApplicationBuilder builder)
      Overrides:
      configure in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer