Pinned Repositories
banyan
a message bus implemented with RabbitMQ
cloud-mail
基于spring cloud的邮件服务
common-project
Java后端常用工具类、缓存接口、消息队列接口、第三方支付接口封装;Restful接口参数验证,错误信息友好提示。
devcenter-embedded-tomcat
disruptor
High Performance Inter-Thread Messaging Library
elves
🎊 Design and implement of lightweight crawler framework.
ESB
嵌入式系统后端
LintCode
LintCode解题
SerialListener
串口监听端,从端口监听到数据并根据数据类型使用HTTP或者MQTT协议发送消费端
try_practice
日常的一些练习
minsuoqingcheng's Repositories
minsuoqingcheng/SerialListener
串口监听端,从端口监听到数据并根据数据类型使用HTTP或者MQTT协议发送消费端
minsuoqingcheng/LintCode
LintCode解题
minsuoqingcheng/try_practice
日常的一些练习
minsuoqingcheng/banyan
a message bus implemented with RabbitMQ
minsuoqingcheng/devcenter-embedded-tomcat
minsuoqingcheng/disruptor
High Performance Inter-Thread Messaging Library
minsuoqingcheng/ESB
嵌入式系统后端
minsuoqingcheng/feign
Feign makes writing java http clients easier
minsuoqingcheng/JDK8_SRC
JDK8 source code
minsuoqingcheng/katacoda-scenarios
Katacoda Scenarios
minsuoqingcheng/klee-float
KLEE with floating point support
minsuoqingcheng/oh-my-request
🔮 simple request library by java8
minsuoqingcheng/pulsar
Apache Pulsar - distributed pub-sub messaging system
minsuoqingcheng/QA_Backend
Q&A backend code
minsuoqingcheng/RealTimePush
实时推送
minsuoqingcheng/seckill-engine
史上最全秒杀系统,附带教程;预热、缓存、MQ、限流、熔断;精品外放
minsuoqingcheng/SOFA
SOFA(Simple Object-Oriented and Flexible Architecture),是轻量级的企业应用框架,可以有效的降低业务系统复杂度。
minsuoqingcheng/sofa-jarslink
Jarslink is a sofa ark plugin used to manage multi-application deployment
minsuoqingcheng/sofa-jraft
A production-grade java implementation of RAFT consensus algorithm.
minsuoqingcheng/sofa-registry
SOFARegistry is a production-level, low-latency, high-availability service registry powered by Ant Financial.
minsuoqingcheng/sofa-rpc
SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
minsuoqingcheng/sofa-tracer-demo
克隆自https://github.com/guanchao-yang/sofa-tracer-demo ,去掉了数据库操作
minsuoqingcheng/spring-cloud-alibaba
Spring Cloud Alibaba provides a one-stop solution for application development for the distributed solutions of Alibaba middleware.
minsuoqingcheng/spring-cloud-tencent
Spring Cloud Tencent is a Spring Boot based Service Governance Framework provided by Tencent.
minsuoqingcheng/spring-data-mongodb
Provide support to increase developer productivity in Java when using MongoDB. Uses familiar Spring concepts such as a template classes for core API usage and lightweight repository style data access.
minsuoqingcheng/spring-framework
Spring Framework
minsuoqingcheng/spring-retry
minsuoqingcheng/spring-study
spring boot学习
minsuoqingcheng/syncer
Sync & Manipulate data from MySQL/MongoDB to Elasticsearch/MySQL/Http/Kafka Endpoint
minsuoqingcheng/vesta-id-generator
Vesta是一款通用的ID产生器,互联网俗称统一发号器,它具有全局唯一、粗略有序、可反解和可制造等特性,它支持三种发布模式:嵌入发布模式、中心服务器发布模式、REST发 布模式,根据业务的性能需求,它可以产生最大峰值型和最小粒度型两种类型的ID,它的实现架构使其具有高性能,高可用和可伸缩等互联网产品需要的质量属性,是一款通用的高性能的发号器产品。