摘要: 保存Redis 第一步:启动类中加入注解 @EnableCaching package com.payease; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfig 阅读全文
posted @ 2017-12-14 20:28 霜井 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 模拟秒杀系统: 第一步:编写Service package com.payease.service; /** * liuxiaoming * 2017-12-14 */ public interface SecKillService { /** * 查询秒杀活动特价商品的信息 * * @param 阅读全文
posted @ 2017-12-14 12:29 霜井 阅读(3108) 评论(1) 推荐(0) 编辑