Pinned Repositories
Activiti
Activiti is a light-weight workflow and Business Process Management (BPM) Platform targeted at business people, developers and system admins. Its core is a super-fast and rock-solid BPMN 2 process engine for Java. It's open-source and distributed under the Apache license. Activiti runs in any Java application, on a server, on a cluster or in the cloud. It integrates perfectly with Spring, it is extremely lightweight and based on simple concepts.
advanced-java
😮 互联网 Java 工程师进阶知识完全扫盲
arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
BookManager
基于Java Swing + MySQL的图书管理系统
calcite-test
Test code for apache calcite
coderwhy
感谢王红元老师的开源精神,喜欢的朋友可加老师VXin(coderwhy001)
common-secure
提供一些加密算法java代码封装 包括 RSA/AES/DES/3DES/MD5/SHA/HmacSHA256
config-server
用来测试config配置
coupon-project
seckill-rocketmq
seckill-rocketmq-基于RocketMQ-电商高并发场景实战
kaige1234's Repositories
kaige1234/seckill-rocketmq
seckill-rocketmq-基于RocketMQ-电商高并发场景实战
kaige1234/arthas
Alibaba Java Diagnostic Tool Arthas/Alibaba Java诊断利器Arthas
kaige1234/calcite-test
Test code for apache calcite
kaige1234/coupon-project
kaige1234/dubbo-dafenqi
以前的老项目
kaige1234/dubbo-project
用于练习dubbo
kaige1234/easyexcel
快速、简洁、解决大文件内存溢出的java处理Excel工具
kaige1234/easyflow
easyflow 是一个简单、易用、高效的流程审批项目
kaige1234/geekbang-zk-course
极客时间ZooKeeper实战与源代码剖析课程资源
kaige1234/git_test
kaige1234/gradle-test
kaige1234/mall-learning
mall学习教程,架构、业务、技术要点全方位解析。mall项目(40k+star)是一套电商系统,使用现阶段主流技术实现。涵盖了SpringBoot 2.3.0、MyBatis 3.4.6、Elasticsearch 7.6.2、RabbitMQ 3.7.15、Redis 5.0、MongoDB 4.2.5、Mysql5.7等技术,采用Docker容器化部署。
kaige1234/mockito
Most popular Mocking framework for unit tests written in Java
kaige1234/project
kaige1234/rocketmq-externals
Mirror of Apache RocketMQ (Incubating)
kaige1234/ScreenShot
该程序为简陋的全局快捷键截屏软件,调用了jni技术编写的c++ dll文件,主要编程语言为Java
kaige1234/seata
kaige1234/seata-1
:fire: Seata is an easy-to-use, high-performance, open source distributed transaction solution.
kaige1234/seata-samples
seata-samples
kaige1234/spingboot-cloud
kaige1234/spring-kafka
Provides Familiar Spring Abstractions for Apache Kafka
kaige1234/spring-security-sso
单点登录-jws
kaige1234/springboot-all
kaige1234/springcloud-seata-feign-tcc
SpringCloud项目下使用分布式事务seata TCC模式与AT模式例子
kaige1234/SpringMVC-Spring-MyBatis
SpringMVC+Spring+MyBatis+Maven
kaige1234/TestSpringBootAndRedis
练习使用redis
kaige1234/uchuu
JavaScript工具库
kaige1234/validation
JSR303数据校验
kaige1234/Vue-test
学习vue
kaige1234/WebSocketDemo
在Spring Boot中使用WebSocket,示例包括简单模式、STOMP模式消息、处理对方不在线情况、分布式WebSocket等。