搜索结果
查询Tags标签: miaosha,共有 3条记录-
?【SecKill】U1 项目框架搭建
▶【SecKill】U1 项目框架搭建 一、SpringBoot环境搭建 1、新建Maven Project【报错】Could not get the value for parameter encoding for plugin execution default-resources原因:maven包无法下载下来 【解决方法】选中项目右键 → Maven → Update Proejct等更新完就…
2022/2/7 6:14:34 人评论 次浏览 -
8 缓存实现,减少数据库访问
1 页面缓存 1 添加自定义Key类 public class GoodsKey extends BasePrefix {private GoodsKey(int expireSecondes, String prefix) {super(expireSecondes, prefix); }public static GoodsKey getGoodsList = new GoodsKey(60000, "goodslist"); public …
2021/7/11 2:06:15 人评论 次浏览 -
8 缓存实现,减少数据库访问
1 页面缓存 1 添加自定义Key类 public class GoodsKey extends BasePrefix {private GoodsKey(int expireSecondes, String prefix) {super(expireSecondes, prefix); }public static GoodsKey getGoodsList = new GoodsKey(60000, "goodslist"); public …
2021/7/11 2:06:15 人评论 次浏览