[redis]黑马点评-商铺类型缓存
Redis-P37-商城类型缓存接口开发
ShopTypeController
GetMapping("list")public Result queryTypeList() {return typeService.queryList();}IShopTypeService
public interface IShopTypeService extends IService<ShopType> {Result queryList();
}ShopTypeS…
2026/6/20 0:22:48
阅读更多