所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
- top.tangyh.basic.boot.handler.AbstractGlobalResponseBodyAdvice (implements org.springframework.web.servlet.mvc.method.annotation.ResponseBodyAdvice<T>)
- org.springframework.scheduling.annotation.AsyncConfigurerSupport (implements org.springframework.scheduling.annotation.AsyncConfigurer)
- top.tangyh.basic.boot.config.DefaultAsyncTaskConfig
- top.tangyh.basic.boot.config.properties.AsyncProperties
- top.tangyh.basic.boot.config.BaseConfig
- top.tangyh.basic.boot.config.BaseConfig.WebMvcConfig
- top.tangyh.basic.boot.config.GlobalMvcConfigurer (implements org.springframework.web.servlet.config.annotation.WebMvcConfigurer)
- top.tangyh.basic.boot.interceptor.HeaderThreadLocalInterceptor (implements org.springframework.web.servlet.AsyncHandlerInterceptor)
- top.tangyh.basic.boot.undertow.UndertowServerFactoryCustomizer (implements org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
- top.tangyh.basic.boot.utils.WebUtils