Package io.meeds.oauth2.server
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")
@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 -
Method Summary
Modifier and TypeMethodDescriptionprotected org.springframework.boot.builder.SpringApplicationBuildervoidonStartup(jakarta.servlet.ServletContext servletContext) Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
configure, createRootApplicationContext, deregisterJdbcDrivers, run, setRegisterErrorPageFilter, shutDownSharedReactorSchedulers
-
Constructor Details
-
OauthServerApplication
public OauthServerApplication()
-
-
Method Details
-
onStartup
public void onStartup(jakarta.servlet.ServletContext servletContext) throws jakarta.servlet.ServletException - Specified by:
onStartupin interfaceorg.springframework.web.WebApplicationInitializer- Overrides:
onStartupin classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer- Throws:
jakarta.servlet.ServletException
-
createSpringApplicationBuilder
protected org.springframework.boot.builder.SpringApplicationBuilder createSpringApplicationBuilder()- Overrides:
createSpringApplicationBuilderin classorg.springframework.boot.web.servlet.support.SpringBootServletInitializer
-