抽奖系统后台 springboot+mybatis redis队列处理高并发
☆86Dec 16, 2016Updated 9 years ago
Alternatives and similar repositories for Lottery
Users that are interested in Lottery are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 微信公众号抽奖后台☆10Sep 30, 2016Updated 9 years ago
- 支付订单系统分表分库高并发实现☆13Mar 31, 2022Updated 4 years ago
- mybatis多租户DEMO☆17May 18, 2018Updated 8 years ago
- 基于spring mvc+redis+logback+elk的日志demo☆12Feb 23, 2017Updated 9 years ago
- 日志分析器,仿造elk中logstash的简单Java实现,实现监控目录日志,自动解析存入elasticsearch。☆21Mar 10, 2016Updated 10 years ago
- Simple, predictable pricing with DigitalOcean hosting • AdAlways know what you'll pay with monthly caps and flat pricing. Enterprise-grade infrastructure trusted by 600k+ customers.
- 使用一致性哈希consistent-hashing来实现分布式redis,基于spring使用的缓存工具☆14Aug 3, 2017Updated 9 years ago
- 全称:minsx-common-cloud-storge 公共云存储,主要用于统一阿里云、百度云、腾讯云、七牛云等云存储及本地存储,提供一套简单通用的标准☆19Dec 3, 2018Updated 7 years ago
- 分布式脚手架框架(总结整理)☆15Aug 27, 2015Updated 11 years ago
- 抽奖算法工具类☆15Jun 22, 2016Updated 10 years ago
- 客服管理系统:主要是调用订单完成订单的售后服务,比如受理单、退换货单;调用会员接口查询会员信息,并通过工单记录客服的工作流程。☆42Sep 23, 2014Updated 11 years ago
- 基于spring boot构建的微服务,服务之间调用日志跟踪,基于spring boot的配置日志输出模式,spring-cloud-starter-feign'的扩展日志输出,请求事件的解析和服务调用轨迹追踪☆21Jan 11, 2017Updated 9 years ago
- 微服务的网关,包含oauth2授权、调用次数限制和服务路由☆13Jan 12, 2017Updated 9 years ago
- 图片服务器,能够对源图片进行转换(指定高宽,等比缩放,添加水印,添加业务图标,改变透明度等),并且进行业务图片的缓存,提供业务图片的静态地址等☆34Sep 9, 2016Updated 9 years ago
- 业务风控系统☆12Aug 25, 2016Updated 10 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 华中师范大学微信服务平台-掌上华师☆10Jun 17, 2017Updated 9 years ago
- maca-iot简单的把物联网划分为3部分: 1.center(命令转发中心) 2.control-point(控制端:web,app,wechat...) 3.device-point(设备端:GSM/GPRS/NB-IOT/WIFI/ZIGBEE) 可以适用于物联网绝大…☆23Apr 3, 2018Updated 8 years ago
- 游戏中常用的线程池,顺序队列和非顺序队列☆22Jun 6, 2017Updated 9 years ago
- 乐视集团支付订单系统分库分表开源实现☆123Feb 23, 2017Updated 9 years ago
- java 高并发处理☆49Sep 26, 2017Updated 8 years ago
- 基于canal.deployer-1.1.1-SNAPSHOT.tar,canal连接kafka,springboot消费kafka数据入hbase和ElasticSearch☆15Dec 19, 2018Updated 7 years ago
- 多租户架构实现企业进销存☆20Jun 2, 2016Updated 10 years ago
- excel 公用导出组件☆13Jan 28, 2016Updated 10 years ago
- 基于云计算Iaas平台的企业级云计算,一站式解决方案,http://www.springcloud.cn☆28Oct 31, 2015Updated 10 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Kafka, Storm, Zookeeper, and Openfire running in Docker☆14Sep 25, 2015Updated 10 years ago
- 这是一个java后台管理项目的通用模板☆11Jul 1, 2016Updated 10 years ago
- Java JUC 学习项目 包括各种并发多线程的高级使用。java自带多线程并发锁高级应用☆15May 11, 2018Updated 8 years ago
- 会员管理系统:包含网站中的会员中心,后台的会员管理功能,提供给其他系统的会员API,以及会员相关的自动化任务。☆97Sep 19, 2014Updated 11 years ago
- 互联网架构 SOA(Dubbo)+配置中心(ZK)+消息中间件MQ(RocketMq)+高速缓存(Redis)互联网架构☆65Sep 13, 2017Updated 8 years ago
- 基于SpringBoot开发的redis缓存数据图形化管理工具。要获得更好下载速度,请移步码云: https://gitee.com/shiyanjun_admin/redis-admin☆35Nov 6, 2018Updated 7 years ago
- Springboot-Netty-Protostuff-ZooKeeper-asyn 同步链接 异步发送消息阻塞等待返回☆24Aug 9, 2017Updated 9 years ago
- log4j日志的监控系统,采用web形式展现各模块的运行状态,支持邮件短信报警,适用于一般企业大中型业务生成系统的监控;业务模块定时30秒采用json格式输出到文件,☆47Aug 13, 2013Updated 13 years ago
- spring 集成redis,spring mvc实现session共享以及 redis排行榜☆112Mar 29, 2017Updated 9 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 毕设云笔记系统☆17Nov 28, 2017Updated 8 years ago
- 项目中为了提高tps(并发量),常采用读写分离的方式。这个demo实现了动态切换数据源的例子(1:用注解,aop实现自动切换;2手动切换)☆13Aug 4, 2023Updated 3 years ago
- 基于Spring Cloud、微服务的电商购物平台☆149Feb 21, 2017Updated 9 years ago
- 基于Flume、Kafka、SparkSql模拟的实时日志分析系统☆12Feb 1, 2016Updated 10 years ago
- 分布式可靠消息组件☆93Aug 3, 2021Updated 5 years ago
- 后端ssm + 前端bootstrap + maven搭建的高并发秒杀系统☆99Feb 20, 2017Updated 9 years ago
- 针对阿里巴巴 canal客户端封装,与spring无缝衔接☆25Dec 16, 2022Updated 3 years ago