Class OauthServerApplication

java.lang.Object
org.springframework.boot.web.servlet.support.SpringBootServletInitializer
io.meeds.oauth2.server.OauthServerApplication
All Implemented Interfaces:
org.springframework.web.WebApplicationInitializer

@SpringBootApplication(scanBasePackages={"io.meeds.oauth2.server","org.springframework.security.oauth2.server","io.meeds.spring.jpa","io.meeds.spring.web","io.meeds.spring.liquibase","io.meeds.spring.kernel"}, exclude=org.springframework.boot.autoconfigure.security.oauth2.server.servlet.OAuth2AuthorizationServerAutoConfiguration.class) @EnableJpaRepositories(basePackages="io.meeds.oauth2.server") @EnableScheduling @PropertySource({"classpath:application.properties","classpath:application-common.properties","classpath:auth-server.properties"}) public class OauthServerApplication 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
     
    void
    onStartup(jakarta.servlet.ServletContext servletContext)
     

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

    configure, createRootApplicationContext, deregisterJdbcDrivers, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers

    Methods inherited from class java.lang.Object

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

    • OauthServerApplication

      public OauthServerApplication()
  • Method Details

    • onStartup

      public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException
      Specified by:
      onStartup in interface org.springframework.web.WebApplicationInitializer
      Overrides:
      onStartup in class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
      Throws:
      jakarta.servlet.ServletException
    • createSpringApplicationBuilder

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