摘要: stream分组后的map是有序map List<RedisInstanceTypeDto> typeDtoList = ModuleHelper.mapAll(redisInstanceTypes,RedisInstanceTypeDto.class); Map<Integer,List<Redi 阅读全文
posted @ 2021-05-12 20:32 SpecialSpeculator 阅读(1638) 评论(0) 推荐(0) 编辑
摘要: 1.pom引入 <dependency> <groupId>org.modelmapper</groupId> <artifactId>modelmapper</artifactId> <version>2.3.8</version> </dependency> 2.将DAO对象转为DTO对象 Us 阅读全文
posted @ 2021-05-12 16:47 SpecialSpeculator 阅读(677) 评论(0) 推荐(0) 编辑
摘要: 当使用mybatis plus3.2.0+springboot2.1.1 报错 Error attempting to get column from result set 1.一般出现这种问题,最简单的错误可能是因为数据库的字段类型和实体类的类型不一致 2.但我不是,我是因为在实体类里面使用了@b 阅读全文
posted @ 2021-05-12 13:44 SpecialSpeculator 阅读(6216) 评论(1) 推荐(1) 编辑