跳过导航链接
A B C D E F G H I J L M N O P Q R S T U V W 

A

AbstractGlobalExceptionHandler - top.tangyh.basic.boot.handler中的类
全局异常统一处理
AbstractGlobalExceptionHandler() - 类 的构造器top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
AbstractGlobalResponseBodyAdvice - top.tangyh.basic.boot.handler中的类
全局响应体包装
AbstractGlobalResponseBodyAdvice() - 类 的构造器top.tangyh.basic.boot.handler.AbstractGlobalResponseBodyAdvice
 
addInterceptors(InterceptorRegistry) - 类 中的方法top.tangyh.basic.boot.config.GlobalMvcConfigurer
 
afterCompletion(HttpServletRequest, HttpServletResponse, Object, Exception) - 类 中的方法top.tangyh.basic.boot.interceptor.HeaderThreadLocalInterceptor
 
AsyncProperties - top.tangyh.basic.boot.config.properties中的类
异步线程配置
AsyncProperties() - 类 的构造器top.tangyh.basic.boot.config.properties.AsyncProperties
 

B

BaseConfig - top.tangyh.basic.boot.config中的类
基础配置类
BaseConfig() - 类 的构造器top.tangyh.basic.boot.config.BaseConfig
 
BaseConfig.WebMvcConfig - top.tangyh.basic.boot.config中的类
gateway 网关模块需要禁用 spring-webmvc 相关配置,必须通过在类上面加限制条件方式来实现, 不能直接Bean上面加
BaseController<Entity> - top.tangyh.basic.base.controller中的接口
基础接口
baseService - 类 中的变量top.tangyh.basic.base.controller.SuperSimpleController
 
beforeBodyWrite(Object, MethodParameter, MediaType, Class, ServerHttpRequest, ServerHttpResponse) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalResponseBodyAdvice
 
bindException(BindException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
bizException(BizException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
buildPage() - 类 中的方法top.tangyh.basic.base.request.PageParams
支持多个字段排序,用法: eg.1, 参数:{order:"name,id", order:"descending,ascending" }。

C

cacheKeyBuilder() - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
缓存key 构造器
cacheOps - 类 中的变量top.tangyh.basic.base.service.SuperCacheServiceImpl
 
clearCache() - 类 中的方法top.tangyh.basic.base.controller.SuperCacheController
清理缓存
clearCache() - 接口 中的方法top.tangyh.basic.base.service.SuperCacheService
清理缓存
clearCache() - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
constraintViolationException(ConstraintViolationException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
jsr 规范中的验证异常
customize(UndertowServletWebServerFactory) - 类 中的方法top.tangyh.basic.boot.undertow.UndertowServerFactoryCustomizer
 

D

dataIntegrityViolationException(DataIntegrityViolationException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
dateConvert() - 类 中的方法top.tangyh.basic.boot.config.BaseConfig
解决 @RequestParam(value = "date") Date date date 类型参数 格式问题
DefaultAsyncTaskConfig - top.tangyh.basic.boot.config中的类
异步任务配置
DefaultAsyncTaskConfig() - 类 的构造器top.tangyh.basic.boot.config.DefaultAsyncTaskConfig
 
delCache(Serializable...) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
delCache(Collection<? extends Serializable>) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
delCache(T) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
delete(List<Id>) - 接口 中的方法top.tangyh.basic.base.controller.DeleteController
删除方法
DeleteController<Entity,Id extends Serializable> - top.tangyh.basic.base.controller中的接口
删除Controller

E

enhanceExportParams(ExportParams) - 接口 中的方法top.tangyh.basic.base.controller.PoiController
子类增强ExportParams
exportExcel(PageParams<PageQuery>, HttpServletRequest, HttpServletResponse) - 接口 中的方法top.tangyh.basic.base.controller.PoiController
导出Excel

F

fail(String) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
失败返回
fail(String, Object...) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
失败返回
fail(int, String) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
失败返回
fail(BaseExceptionCode) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
失败返回
fail(BizException) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
失败返回
fail(Throwable) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
失败返回
findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<T>>) - 接口 中的方法top.tangyh.basic.base.service.SuperCacheService
可能会缓存穿透
findByIds(Collection<? extends Serializable>, Function<Collection<? extends Serializable>, Collection<T>>) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
findExportList(PageParams<PageQuery>) - 接口 中的方法top.tangyh.basic.base.controller.PoiController
查询待导出的数据, 子类可以重写
forbiddenException(ForbiddenException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 

G

get(Id) - 接口 中的方法top.tangyh.basic.base.controller.QueryController
查询
get(Id) - 类 中的方法top.tangyh.basic.base.controller.SuperCacheController
查询
getAccount() - 接口 中的方法top.tangyh.basic.base.controller.BaseController
登录人账号
getAsyncExecutor() - 类 中的方法top.tangyh.basic.boot.config.DefaultAsyncTaskConfig
 
getAsyncUncaughtExceptionHandler() - 类 中的方法top.tangyh.basic.boot.config.DefaultAsyncTaskConfig
 
getBaseService() - 接口 中的方法top.tangyh.basic.base.controller.BaseController
获取Service
getBaseService() - 类 中的方法top.tangyh.basic.base.controller.SuperSimpleController
 
getByIdCache(Serializable) - 接口 中的方法top.tangyh.basic.base.service.SuperCacheService
根据id 先查缓存,再查db
getByIdCache(Serializable) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
getByKey(CacheKey, Function<CacheKey, Object>) - 接口 中的方法top.tangyh.basic.base.service.SuperCacheService
根据 key 查询缓存中存放的id,缓存不存在根据loader加载并写入数据,然后根据查询出来的id查询 实体
getByKey(CacheKey, Function<CacheKey, Object>) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
getEntityClass() - 接口 中的方法top.tangyh.basic.base.controller.BaseController
获取实体的类型
getEntityClass() - 类 中的方法top.tangyh.basic.base.controller.SuperController
 
getEntityClass() - 类 中的方法top.tangyh.basic.base.controller.SuperNoPoiController
 
getEntityClass() - 类 中的方法top.tangyh.basic.base.controller.SuperSimpleController
 
getEntityClass() - 接口 中的方法top.tangyh.basic.base.service.SuperService
获取实体的类型
getEntityClass() - 类 中的方法top.tangyh.basic.base.service.SuperServiceImpl
 
getExcelClass() - 接口 中的方法top.tangyh.basic.base.controller.PoiController
获取实体的类型
getExportParams(PageParams<PageQuery>) - 接口 中的方法top.tangyh.basic.base.controller.PoiController
构建导出参数 子类可以重写
getGlobalMvcConfigurer() - 类 中的方法top.tangyh.basic.boot.config.BaseConfig.WebMvcConfig
 
getHeader(HttpServletRequest, String) - 类 中的静态方法top.tangyh.basic.boot.utils.WebUtils
 
getId(T) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
getName() - 接口 中的方法top.tangyh.basic.base.controller.BaseController
登录人姓名
getRemoteAddress(ServerWebExchange) - 类 中的静态方法top.tangyh.basic.boot.utils.WebUtils
获取IP地址
getSpringUtils(ApplicationContext) - 类 中的方法top.tangyh.basic.boot.config.BaseConfig
Spring 工具类
getSuperMapper() - 类 中的方法top.tangyh.basic.base.service.SuperServiceImpl
 
getTenant() - 接口 中的方法top.tangyh.basic.base.controller.BaseController
当前请求租户
getUndertowServerFactoryCustomizer() - 类 中的方法top.tangyh.basic.boot.config.BaseConfig.WebMvcConfig
 
getUserId() - 接口 中的方法top.tangyh.basic.base.controller.BaseController
获取当前id
GlobalMvcConfigurer - top.tangyh.basic.boot.config中的类
公共配置类, 一些公共工具配置
GlobalMvcConfigurer() - 类 的构造器top.tangyh.basic.boot.config.GlobalMvcConfigurer
 

H

handleHttpRequestMethodNotSupportedException(HttpRequestMethodNotSupportedException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
返回状态码:405
handlerDelete(List<Id>) - 接口 中的方法top.tangyh.basic.base.controller.DeleteController
自定义删除
handlerImport(List<Map<String, String>>) - 接口 中的方法top.tangyh.basic.base.controller.PoiController
转换后保存
handlerQueryParams(PageParams<PageQuery>) - 接口 中的方法top.tangyh.basic.base.controller.PageController
处理查询参数
handlerResult(IPage<Entity>) - 接口 中的方法top.tangyh.basic.base.controller.PageController
处理查询后的数据 如:执行@Echo回显
handlerSave(SaveDTO) - 接口 中的方法top.tangyh.basic.base.controller.SaveController
自定义新增
handlerSave(T) - 类 中的方法top.tangyh.basic.base.service.SuperServiceImpl
处理新增相关处理
handlerUpdate(UpdateDTO) - 接口 中的方法top.tangyh.basic.base.controller.UpdateController
自定义更新
handlerUpdateAllById(T) - 类 中的方法top.tangyh.basic.base.service.SuperServiceImpl
处理修改相关处理
handlerUpdateById(T) - 类 中的方法top.tangyh.basic.base.service.SuperServiceImpl
处理修改相关处理
handlerWrapper(Entity, PageParams<PageQuery>) - 接口 中的方法top.tangyh.basic.base.controller.PageController
处理对象中的非空参数和扩展字段中的区间参数,可以覆盖后处理组装查询条件
HeaderThreadLocalInterceptor - top.tangyh.basic.boot.interceptor中的类
拦截器: 将请求头数据,封装到BaseContextHandler(ThreadLocal) 该拦截器要优先于系统中其他的业务拦截器
HeaderThreadLocalInterceptor() - 类 的构造器top.tangyh.basic.boot.interceptor.HeaderThreadLocalInterceptor
 
httpMediaTypeNotSupportedException(HttpMediaTypeNotSupportedException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
httpMessageNotReadableException(HttpMessageNotReadableException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 

I

illegalArgumentException(IllegalArgumentException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
illegalStateException(IllegalStateException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
importExcel(MultipartFile, HttpServletRequest, HttpServletResponse) - 接口 中的方法top.tangyh.basic.base.controller.PoiController
使用自动生成的实体+注解方式导入 对RemoteData 类型的字段不支持, 建议自建实体使用
insertBatchSomeColumn(List<T>) - 接口 中的方法top.tangyh.basic.base.mapper.SuperMapper
批量插入所有字段 只测试过MySQL!

J

jacksonObjectMapper(Jackson2ObjectMapperBuilder) - 类 中的方法top.tangyh.basic.boot.config.BaseConfig
全局配置 序列化和反序列化规则 addSerializer:序列化 (Controller 返回 给前端的json) 1.

L

localDateConverter() - 类 中的方法top.tangyh.basic.boot.config.BaseConfig
解决 @RequestParam(value = "time") LocalDate time
localDateTimeConverter() - 类 中的方法top.tangyh.basic.boot.config.BaseConfig
解决 @RequestParam(value = "time") LocalDateTime time
localTimeConverter() - 类 中的方法top.tangyh.basic.boot.config.BaseConfig
解决 @RequestParam(value = "time") LocalTime time

M

MAX_BATCH_KEY_SIZE - 类 中的静态变量top.tangyh.basic.base.service.SuperCacheServiceImpl
 
methodArgumentNotValidException(MethodArgumentNotValidException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
spring 封装的参数验证异常, 在controller中没有写result参数时,会进入
methodArgumentTypeMismatchException(MethodArgumentTypeMismatchException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
missingServletRequestParameterException(MissingServletRequestParameterException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
missingServletRequestPartException(MissingServletRequestPartException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
multipartException(MultipartException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
myBatisSystemException(MyBatisSystemException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 

N

nullPointerException(NullPointerException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 

O

offset() - 类 中的方法top.tangyh.basic.base.request.PageParams
计算当前分页偏移量
otherExceptionHandler(Exception) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
其他异常

P

page(PageParams<PageQuery>) - 接口 中的方法top.tangyh.basic.base.controller.QueryController
分页查询
PageController<Entity,PageQuery> - top.tangyh.basic.base.controller中的接口
分页Controller
PageParams<T> - top.tangyh.basic.base.request中的类
分页参数
PageParams() - 类 的构造器top.tangyh.basic.base.request.PageParams
 
PageUtil - top.tangyh.basic.base.request中的类
分页工具类
persistenceException(PersistenceException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
PoiController<Entity,PageQuery> - top.tangyh.basic.base.controller中的接口
导入导出
PREFIX - 类 中的静态变量top.tangyh.basic.boot.config.properties.AsyncProperties
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - 类 中的方法top.tangyh.basic.boot.interceptor.HeaderThreadLocalInterceptor
 
preview(PageParams<PageQuery>) - 接口 中的方法top.tangyh.basic.base.controller.PoiController
预览Excel
put(String, Object) - 类 中的方法top.tangyh.basic.base.request.PageParams
 
putAll(Map<String, Object>) - 类 中的方法top.tangyh.basic.base.request.PageParams
 

Q

query(PageParams<PageQuery>) - 接口 中的方法top.tangyh.basic.base.controller.PageController
执行分页查询 子类可以覆盖后重写查询逻辑
query(Entity) - 接口 中的方法top.tangyh.basic.base.controller.QueryController
批量查询
QueryController<Entity,Id extends Serializable,PageQuery> - top.tangyh.basic.base.controller中的接口
查询Controller

R

refreshCache() - 类 中的方法top.tangyh.basic.base.controller.SuperCacheController
刷新缓存
refreshCache() - 接口 中的方法top.tangyh.basic.base.service.SuperCacheService
刷新缓存
refreshCache() - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
removeById(Serializable) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
removeByIds(Collection<? extends Serializable>) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
request() - 类 中的静态方法top.tangyh.basic.boot.utils.WebUtils
 

S

save(SaveDTO) - 接口 中的方法top.tangyh.basic.base.controller.SaveController
新增
save(T) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
save(T) - 类 中的方法top.tangyh.basic.base.service.SuperServiceImpl
 
saveBatch(Collection<T>, int) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
saveBatchSomeColumn(List<T>) - 接口 中的方法top.tangyh.basic.base.service.SuperService
批量保存数据 注意:该方法仅仅测试过mysql
SaveController<Entity,SaveDTO> - top.tangyh.basic.base.controller中的接口
新增
saveOrUpdateBatch(Collection<T>, int) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
servletException(ServletException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
setCache(T) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
sqlException(SQLException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
success(T) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
成功返回
success() - 接口 中的方法top.tangyh.basic.base.controller.BaseController
成功返回
SuperCacheController<S extends SuperCacheService<Entity>,Id extends Serializable,Entity,PageQuery,SaveDTO,UpdateDTO> - top.tangyh.basic.base.controller中的类
SuperCacheController 继承该类,在SuperController类的基础上扩展了以下方法: 1,get : 根据ID查询缓存,若缓存不存在,则查询DB
SuperCacheController() - 类 的构造器top.tangyh.basic.base.controller.SuperCacheController
 
SuperCacheService<T> - top.tangyh.basic.base.service中的接口
基于MP的 IService 新增了3个方法: getByIdCache 其中: 1,getByIdCache 方法 会先从缓存查询,后从DB查询 (取决于实现类) 2、SuperService 上的方法
SuperCacheServiceImpl<M extends SuperMapper<T>,T> - top.tangyh.basic.base.service中的类
基于 CacheOps 实现的 缓存实现 默认的key规则: #{CacheKeyBuilder#key()}:id 1,getByIdCache:新增的方法: 先查缓存,在查db 2,removeById:重写 ServiceImpl 类的方法,删除db后,淘汰缓存 3,removeByIds:重写 ServiceImpl 类的方法,删除db后,淘汰缓存 4,updateAllById: 新增的方法: 修改数据(所有字段)后,淘汰缓存 5,updateById:重写 ServiceImpl 类的方法,修改db后,淘汰缓存
SuperCacheServiceImpl() - 类 的构造器top.tangyh.basic.base.service.SuperCacheServiceImpl
 
SuperController<S extends SuperService<Entity>,Id extends Serializable,Entity,PageQuery,SaveDTO,UpdateDTO> - top.tangyh.basic.base.controller中的类
SuperController 继承该类,就拥有了如下方法: 1,page 分页查询,并支持子类扩展4个方法:handlerQueryParams、query、handlerWrapper、handlerResult 2,save 保存,并支持子类扩展方法:handlerSave 3,update 修改,并支持子类扩展方法:handlerUpdate 4,delete 删除,并支持子类扩展方法:handlerDelete 5,get 单体查询, 根据ID直接查询DB 6,list 列表查询,根据参数条件,查询列表 7,import 导入,并支持子类扩展方法:handlerImport 8,export 导出,并支持子类扩展3个方法:handlerQueryParams、query、handlerResult 9,preview 导出预览,并支持子类扩展3个方法:handlerQueryParams、query、handlerResult 其中 page、export、preview 的查询条件一致,若子类重写了 handlerQueryParams、query、handlerResult 等任意方法,均衡受到影响 若重写扩展方法无法满足,则可以重写page、save等方法,但切记不要修改 @RequestMapping 参数
SuperController() - 类 的构造器top.tangyh.basic.base.controller.SuperController
 
SuperMapper<T> - top.tangyh.basic.base.mapper中的接口
基于MP的 BaseMapper 新增了2个方法: insertBatchSomeColumn、updateAllById
SuperNoPoiController<S extends SuperService<Entity>,Id extends Serializable,Entity,PageQuery,SaveDTO,UpdateDTO> - top.tangyh.basic.base.controller中的类
SuperNoPoiController 继承该类,就拥有了如下方法: 1,page 分页查询,并支持子类扩展4个方法:handlerQueryParams、query、handlerWrapper、handlerResult 2,save 保存,并支持子类扩展方法:handlerSave 3,update 修改,并支持子类扩展方法:handlerUpdate 4,delete 删除,并支持子类扩展方法:handlerDelete 5,get 单体查询, 根据ID直接查询DB 6,list 列表查询,根据参数条件,查询列表 若重写扩展方法无法满足,则可以重写page、save等方法,但切记不要修改 @RequestMapping 参数
SuperNoPoiController() - 类 的构造器top.tangyh.basic.base.controller.SuperNoPoiController
 
SuperService<T> - top.tangyh.basic.base.service中的接口
基于MP的 IService 新增了2个方法: saveBatchSomeColumn、updateAllById 其中: 1,updateAllById 执行后,会清除缓存 2,saveBatchSomeColumn 批量插入
SuperServiceImpl<M extends SuperMapper<T>,T> - top.tangyh.basic.base.service中的类
不含缓存的Service实现 2,removeById:重写 ServiceImpl 类的方法,删除db 3,removeByIds:重写 ServiceImpl 类的方法,删除db 4,updateAllById: 新增的方法: 修改数据(所有字段) 5,updateById:重写 ServiceImpl 类的方法,修改db后
SuperServiceImpl() - 类 的构造器top.tangyh.basic.base.service.SuperServiceImpl
 
SuperSimpleController<S extends SuperService<Entity>,Entity> - top.tangyh.basic.base.controller中的类
简单的实现了BaseController,为了获取注入 Service 和 实体类型 基类该类后,没有任何方法。
SuperSimpleController() - 类 的构造器top.tangyh.basic.base.controller.SuperSimpleController
 
supports(MethodParameter, Class) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalResponseBodyAdvice
 

T

timeRange(PageParams<T>) - 类 中的静态方法top.tangyh.basic.base.request.PageUtil
重置时间区间参数
top.tangyh.basic.base - 程序包 top.tangyh.basic.base
MVC基础包, 封装的 Controller、Service、Mapper等 为什么Controller要拆分成这么多个?
top.tangyh.basic.base.controller - 程序包 top.tangyh.basic.base.controller
 
top.tangyh.basic.base.mapper - 程序包 top.tangyh.basic.base.mapper
 
top.tangyh.basic.base.request - 程序包 top.tangyh.basic.base.request
 
top.tangyh.basic.base.service - 程序包 top.tangyh.basic.base.service
 
top.tangyh.basic.boot.config - 程序包 top.tangyh.basic.boot.config
 
top.tangyh.basic.boot.config.properties - 程序包 top.tangyh.basic.boot.config.properties
 
top.tangyh.basic.boot.handler - 程序包 top.tangyh.basic.boot.handler
 
top.tangyh.basic.boot.interceptor - 程序包 top.tangyh.basic.boot.interceptor
 
top.tangyh.basic.boot.undertow - 程序包 top.tangyh.basic.boot.undertow
 
top.tangyh.basic.boot.utils - 程序包 top.tangyh.basic.boot.utils
 

U

unauthorizedException(UnauthorizedException) - 类 中的方法top.tangyh.basic.boot.handler.AbstractGlobalExceptionHandler
 
UndertowServerFactoryCustomizer - top.tangyh.basic.boot.undertow中的类
设置Undertow服务器 XnioWorker Buffers 解决启动时警告:[io.undertow.websockets.jsr.handleDeployment:68] --> UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#boot-features-programmatic-embedded-container-customization
UndertowServerFactoryCustomizer() - 类 的构造器top.tangyh.basic.boot.undertow.UndertowServerFactoryCustomizer
 
update(UpdateDTO) - 接口 中的方法top.tangyh.basic.base.controller.UpdateController
修改
updateAll(Entity) - 接口 中的方法top.tangyh.basic.base.controller.UpdateController
修改所有字段
updateAllById(T) - 接口 中的方法top.tangyh.basic.base.mapper.SuperMapper
全量修改所有字段
updateAllById(T) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
updateAllById(T) - 接口 中的方法top.tangyh.basic.base.service.SuperService
根据id修改 entity 的所有字段
updateAllById(T) - 类 中的方法top.tangyh.basic.base.service.SuperServiceImpl
 
updateBatchById(Collection<T>, int) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
updateById(T) - 类 中的方法top.tangyh.basic.base.service.SuperCacheServiceImpl
 
updateById(T) - 类 中的方法top.tangyh.basic.base.service.SuperServiceImpl
 
UpdateController<Entity,UpdateDTO> - top.tangyh.basic.base.controller中的接口
修改Controller

V

validFail(String) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
参数校验失败返回
validFail(String, Object...) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
参数校验失败返回
validFail(BaseExceptionCode) - 接口 中的方法top.tangyh.basic.base.controller.BaseController
参数校验失败返回

W

WebMvcConfig() - 类 的构造器top.tangyh.basic.boot.config.BaseConfig.WebMvcConfig
 
WebUtils - top.tangyh.basic.boot.utils中的类
 
A B C D E F G H I J L M N O P Q R S T U V W 
跳过导航链接

Copyright © 2021. All rights reserved.