遇到的坑
香猪脚
请教,学习,交流.
共同进步.
展开
-
unable to find valid certification path to requested target问题个人解决方案
问题阐述:新导入项目,导入后jar包都加载不出来,设置好setting文件后依然拉不下来,报错Could not transfer artifact org.springframework.boot:spring-boot-starter-parent:pom:2.0.0.RELEASE from/to aliyun (http://maven.aliyun.com/nexus/content/groups/public): PKIX path building failed: sun.securi原创 2021-10-14 10:40:21 · 940 阅读 · 0 评论 -
QueryWrapper中查询的坑
首先,先看代码示例:List<Entity> list = testService.list( new LambdaQueryWrapper<Entity>() .eq(ObjectUtils.isNotEmpty(req.getParam()),Entity::getParam, req.getParam().原创 2021-03-01 16:11:15 · 3825 阅读 · 0 评论