Redis缓存不进去

来源:13-9 redis缓存的使用(上)

qq_麻烦麻烦too_0

2018-05-16

http://img.mukewang.com/szimg/5afc490900017f7611450272.jpg

写回答

1回答

廖师兄

2018-05-17

set操作部分代码是怎么写的

0
1
qq_麻烦麻烦too_0
@GetMapping("/list") @Cacheable(cacheNames = "product", key = "#sellerId", condition = "#sellerId.length() < 3", unless = "#result.getCode() != 0") public ResultVO list(@RequestParam("sellerId")String sellerId) { //查询所有上架商品 List productInfoList = productInfoList = productInfoService.findUpAll(); //查询所有种类 List categoryTypeList = productInfoList.stream() .map(e -> e.getCategoryType()) .collect(Collectors.toList()); List productCategoryList = productCategoryService.findByCategoryTypeIn(categoryTypeList);
2018-05-20
共1条回复

Spring Boot双版本(1.5/2.1) 打造企业级微信点餐系统

从0到1开发中小型企业级Java应用,并学会迭代重构技巧

6410 学习 · 5247 问题

查看课程