Pinned Repositories
apollo
Apollo(阿波罗)是携程框架部门研发的分布式配置中心,能够集中化管理应用不同环境、不同集群的配置,配置修改后能够实时推送到应用端,并且具备规范的权限、流程治理等特性,适用于微服务配置管理场景。
arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
canal
阿里巴巴 MySQL binlog 增量订阅&消费组件
canal-client
阿里巴巴数据同步组件canal的客户端,解析binlog增量数据后发送至MQ(rabbitmq,kafka,redis)
checkstyle
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. By default it supports the Google Java Style Guide and Sun Code Conventions, but is highly configurable. It can be invoked with an ANT task and a command line program.
commons-csv
Mirror of Apache Commons CSV
data-canal
mysql to redis
DataX
DesignPattern
📚 Java 23种设计模式全归纳
dom4j
flexible XML framework for Java
xuehuafeiyang's Repositories
xuehuafeiyang/moco
Easy Setup Stub Server
xuehuafeiyang/dozer
Dozer is a Java Bean to Java Bean mapper that recursively copies data from one object to another.
xuehuafeiyang/Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, stop cascading failure and enable resilience in complex distributed systems where failure is inevitable.
xuehuafeiyang/kurento-tutorial-java
xuehuafeiyang/flink-training-course
Flink 中文视频课程(持续更新...)
xuehuafeiyang/MyBatis-Plus-Example
SpringBoot整合MyBatis-Plus,源码学习,增删改查,Lamdba支持
xuehuafeiyang/Strategy
xuehuafeiyang/data-canal
mysql to redis
xuehuafeiyang/MyJavaStudio
My Java Studio, some testing code and integration of open-source code, which is to verify the functionalities before being used in projects, or tested for study/investigation purpose.
xuehuafeiyang/easyexcel-encapsulation
easyexcel 的方法封装,快速、简单地处理 Excel
xuehuafeiyang/java_design_patterns
Java 实现的面向对象设计模式示例, 创建者、抽象工厂、工厂方法、原型、单例、适配器、桥接、组合、装饰器、备忘录、观察者、状态、策略、模板方法、访问者
xuehuafeiyang/guava-blog
source code for guava blog series