类分层结构
- 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.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)
- org.springframework.web.servlet.handler.HandlerInterceptorAdapter (implements org.springframework.web.servlet.AsyncHandlerInterceptor)
- top.tangyh.basic.base.request.PageParams<T>
- top.tangyh.basic.base.request.PageUtil
- com.baomidou.mybatisplus.extension.service.impl.ServiceImpl<M,T> (implements com.baomidou.mybatisplus.extension.service.IService<T>)
- top.tangyh.basic.base.controller.SuperSimpleController<S,Entity> (implements top.tangyh.basic.base.controller.BaseController<Entity>)
- top.tangyh.basic.base.controller.SuperController<S,Id,Entity,PageQuery,SaveDTO,UpdateDTO> (implements top.tangyh.basic.base.controller.DeleteController<Entity,Id>, top.tangyh.basic.base.controller.PoiController<Entity,PageQuery>, top.tangyh.basic.base.controller.QueryController<Entity,Id,PageQuery>, top.tangyh.basic.base.controller.SaveController<Entity,SaveDTO>, top.tangyh.basic.base.controller.UpdateController<Entity,UpdateDTO>)
- top.tangyh.basic.base.controller.SuperNoPoiController<S,Id,Entity,PageQuery,SaveDTO,UpdateDTO> (implements top.tangyh.basic.base.controller.DeleteController<Entity,Id>, top.tangyh.basic.base.controller.QueryController<Entity,Id,PageQuery>, top.tangyh.basic.base.controller.SaveController<Entity,SaveDTO>, top.tangyh.basic.base.controller.UpdateController<Entity,UpdateDTO>)
- top.tangyh.basic.boot.undertow.UndertowServerFactoryCustomizer (implements org.springframework.boot.web.server.WebServerFactoryCustomizer<T>)
- top.tangyh.basic.boot.utils.WebUtils
接口分层结构
- top.tangyh.basic.base.controller.BaseController<Entity>
- com.baomidou.mybatisplus.extension.service.IService<T>
- com.baomidou.mybatisplus.core.mapper.Mapper<T>
- com.baomidou.mybatisplus.core.mapper.BaseMapper<T>
- top.tangyh.basic.base.mapper.SuperMapper<T>
Copyright © 2021. All rights reserved.