- 博客(5)
- 收藏
- 关注
原创 Mybatis中PageHelper分页查询一对多分页失效问题解决
前言Mybatis在使用过程中,难免会碰见一对多的关系查询,这时写一个sql语句和resultMap对应的话,可以取到相应的结果,但是如果这时要使用PageHelper对其进行分页的话,会出现分页结果不对的情况。这是因为PageHelper只会对查询结果进行分页,并不会对一对多中一的一方分页。一、使用场景此时有订单表、订单状态表、订单商品关联表,此时订单表与订单商品关联表就是一对多的场景二、代码1、resultMap代码 <resultMap id="myOrdersVO" type="c
2021-01-28 16:54:10 2949 2
原创 运行xx.jar中没有主清单属性的解决办法
.jar中没有主清单属性在SpringBoot项目中,将项目打成jar包,使用 java -jar 运行时报错:.jar中没有主清单属性解决方法 : 向pom中导入springboot打包插件// 向pom中导入springboot打包插件 <build> <plugins> <plugin> <groupId>org.springframework.boot</groupId> <artifactId&g
2021-01-24 16:37:12 703
原创 在spring中集成spring-data-redis依赖时所遇到的错误
在Spring中集成redis依赖的问题1、@ConditionalOnClass did not find required classes 'org.apache.commons.pool2.impl.GenericObjectPool2、@ConditionalOnClass did not find required class ‘redis.clients.jedis.Jedis’3、@ConditionalOnClass did not find required class 'io.le
2021-01-20 22:21:51 1759
原创 RabbitMQ在Linux系统中的安装
近期准备学习RabbitMQ消息队列,所以先将环境搭建好。RabbitMQ安装过程登录linux系统这里楼主用的是自己在阿里云上的服务器安装Erlangcd 存放路径mkdir 文件夹名cd 刚才创建的文件夹名下载:wget http://packages.erlang-solutions.com/erlang-solutions-1.0-1.noarch.rpm安装:r...
2020-03-23 14:31:22 394
原创 解决/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory报错
/lib/ld-linux.so.2: bad ELF interpreter: No such file or directory今天在搭建一台新服务器的java环境,配置完环境变量后输入java -version没有正常显示版本号,反而报了一个 /lib/ld-linux.so.2: bad ELF interpreter: No such file or directory 的错误,...
2020-01-03 15:02:25 18890 5
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人