logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

mybatis-plus中使用QueryWrapper和LambdaQueryWrapper的limit出现的问题

最近在项目中遇到个比较奇怪的问题,使用QueryWrapper查询一条数据时,如果表中有大于1条命中,则会报:org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.TooManyResultsException: Expected one result (or null

#java#spring
the dependencies of some of the beans in the application context form a cycle

前些天在项目发布启动中遇到这个“the dependencies of some of the beans in the application context form a cycle”问题由字面意思就知道是由于代码中存在着循环依赖导致的,于是我便在代码中查找到底哪些注入互相引用了,有时代码之间依赖太复杂,人工查找的话太耗费时力,使用idea的话就很容易能查找到,我简单说一下在idea中怎样..

ES近实时刷新与refresh_interval参数设置相关问题

ES近实时刷新与refresh_interval参数设置相关问题

#elasticsearch#lucene
暂无文章信息