logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

jetcache之com.alicp.jetcache.CacheConfigException: no remote cache builder: default

com.alicp.jetcache.CacheConfigException: no remote cache builder: default的问题>>> 见黄色字体查阅搜索,并给自己的整理记录:阿里开源项目Jetcache:https://github.com/alibaba/jetcacheWIKI中文Docs:https://github.com/alibaba/jet

#缓存#redis
jetcache之com.alicp.jetcache.CacheConfigException: no remote cache builder: default

com.alicp.jetcache.CacheConfigException: no remote cache builder: default的问题>>> 见黄色字体查阅搜索,并给自己的整理记录:阿里开源项目Jetcache:https://github.com/alibaba/jetcacheWIKI中文Docs:https://github.com/alibaba/jet

#缓存#redis
MyBatis-Plus-实体类中带有注解@TableLogic的字段, 在查询时会带上该字段的条件值默认未删除where flag=0

百度那么久还不如看看官方文档:https://mp.baomidou.com/@TableLogic表示逻辑删除value: 未删除的标记delval: 已删除的标记@TableLogic(value = "0", delval = "1")private Integer flag;调用BaseMapper的deleteById(id)或者IService的removeById(id)时无该注解:

#mysql
暂无文章信息