秒杀项目
总结要点
HopemanPro
这个作者很懒,什么都没留下…
展开
-
RabbitMQ
Fanout模式:广播模式,无路由keyDirect模式:直连模式,使用路由keyTopic模式:路由key使用通配符Header模式:不用路由key,使用Map存储匹配信息,用whereAny。原创 2022-08-29 16:47:10 · 630 阅读 · 0 评论 -
Redis实现预减库存
当前方法实现InitializingBean接口,并重写afterPropertiesSet方法。原创 2022-08-29 16:22:34 · 1027 阅读 · 0 评论 -
用户信息存储和校验
存储用户信息原创 2022-08-29 11:03:28 · 593 阅读 · 0 评论 -
自定义注解参数校验
参数校验原创 2022-08-28 22:54:18 · 90 阅读 · 0 评论