- java.lang.Object
-
- org.springframework.boot.web.servlet.support.SpringBootServletInitializer
-
- org.nhindirect.config.boot.ConfigUIApplication
-
- All Implemented Interfaces:
- org.springframework.web.servlet.config.annotation.WebMvcConfigurer, org.springframework.web.WebApplicationInitializer
@SpringBootApplication
@EnableEurekaClient
@EnableAutoConfiguration(exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration.class)
@ComponentScan(basePackages={"org.nhindirect.config.spring.config","org.nhindirect.config.ui"})
public class ConfigUIApplication
extends org.springframework.boot.web.servlet.support.SpringBootServletInitializer
implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer
-
-
Method Summary
-
Methods inherited from class org.springframework.boot.web.servlet.support.SpringBootServletInitializer
onStartup
-
Methods inherited from interface org.springframework.web.servlet.config.annotation.WebMvcConfigurer
addArgumentResolvers, addCorsMappings, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, configureAsyncSupport, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configurePathMatch, configureViewResolvers, extendHandlerExceptionResolvers, extendMessageConverters, getMessageCodesResolver, getValidator
Copyright © 2019. All rights reserved.