@ComponentScan(basePackages={"com.mugui.*","com.bin.walletServer.*"})
@SpringBootApplication
@EnableScheduling
@EnableDubbo(scanBasePackages="com.mugui.*")
public class MuguiApplication
extends org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
APPLICATION_PATH |
| 构造器和说明 |
|---|
MuguiApplication() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer) |
protected void |
configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer) |
static void |
run(String[] args) |
org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor |
threadPoolTaskExecutor() |
org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor |
timeoutInterceptor() |
addArgumentResolvers, addCorsMappings, addDefaultHandlerExceptionResolvers, addDefaultHttpMessageConverters, addFormatters, addInterceptors, addResourceHandlers, addReturnValueHandlers, addViewControllers, beanNameHandlerMapping, configureContentNegotiation, configureDefaultServletHandling, configureHandlerExceptionResolvers, configureMessageConverters, configureViewResolvers, createExceptionHandlerExceptionResolver, createRequestMappingHandlerAdapter, createRequestMappingHandlerMapping, defaultServletHandlerMapping, extendHandlerExceptionResolvers, extendMessageConverters, getApplicationContext, getArgumentResolvers, getConfigurableWebBindingInitializer, getCorsConfigurations, getDefaultMediaTypes, getInterceptors, getMessageCodesResolver, getMessageConverters, getPathMatchConfigurer, getReturnValueHandlers, getServletContext, getValidator, handlerExceptionResolver, handlerFunctionAdapter, httpRequestHandlerAdapter, mvcContentNegotiationManager, mvcConversionService, mvcHandlerMappingIntrospector, mvcPathMatcher, mvcResourceUrlProvider, mvcUriComponentsContributor, mvcUrlPathHelper, mvcValidator, mvcViewResolver, requestMappingHandlerAdapter, requestMappingHandlerMapping, resourceHandlerMapping, routerFunctionMapping, setApplicationContext, setServletContext, simpleControllerHandlerAdapter, viewControllerHandlerMappingpublic static String APPLICATION_PATH
protected void configurePathMatch(org.springframework.web.servlet.config.annotation.PathMatchConfigurer configurer)
configurePathMatch 在类中 org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupportpublic void configureAsyncSupport(org.springframework.web.servlet.config.annotation.AsyncSupportConfigurer configurer)
configureAsyncSupport 在类中 org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport@Bean public org.springframework.web.context.request.async.TimeoutCallableProcessingInterceptor timeoutInterceptor()
@Bean public org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor threadPoolTaskExecutor()
Copyright © 2020. All rights reserved.