An open API service indexing awesome lists of open source software.

https://github.com/710850609/code-demo


https://github.com/710850609/code-demo

java pattern qrcode rpc rsa spring-boot threadpoolexecutor

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# [code-demo](https://github.com/710850609/code-demo)
[![Build Status](https://travis-ci.org/710850609/code-demo.svg?branch=master)](https://travis-ci.org/710850609/code-demo)
[![Quality Gate](https://sonarcloud.io/api/project_badges/measure?project=org.linbo.demo%3Acode-demo&metric=alert_status)](https://sonarcloud.io/dashboard?id=org.linbo.demo%3Acode-demo)

Java开发常用代码片段例子

### 1、[JSR-303 参数校验](validator-demo)
### 2、[注解方式的AOP实现](aop-demo)
### 3、[常用设计模式](pattern-demo)
### 4、[自定义spring-boot-starter](spring-boot-starter-demo/spring-boot-starter-demo/README.md)
### 5、[RSA-加密-解密-生成密钥对](rsa-demo)
### 6、[图形相关](image-demo)
### 7、[shiro授权鉴权实现](auth-shiro-demo)
### 8、[分布式序列生成实现](sequence-demo)
### 9、[分布式锁实现](lock-demo)
### 10、[WebSocket实现聊天](websocket-demo)