项目作者: pleuvoir

项目描述 :
lead by example.
高级语言: Java
项目地址: git://github.com/pleuvoir/reference-samples.git
创建时间: 2018-08-18T13:25:51Z
项目社区:https://github.com/pleuvoir/reference-samples

开源协议:Apache License 2.0

下载


:sparkles: 该仓库存放平时开发中写的一些例子,以备参考之需。

参考示例

项目 简介
basic-java-example Java 基础
common-tookit-java Java 工具类
muti-thread-java-example Java 多线程
component-wheel 轮子,随时会爆胎
api-test 用于对同一网关下多套环境接口进行测试,spring-boot 版本
easy-redis 方便的使用 redis,支持集群
easy-authent 方便的使用 google authenticator 验证
code-generator 代码生成器,包含 freemarker 大部分语法的使用
resultset-support 通过查询 sql 返回结果集对象,spring-boot 版本
spring-amqp-example rabbitmq 示例,spring-boot 版本
spring-scheduler-example quartz 示例,spring-boot 版本
spring-shell-sample spring-shell 示例,spring-boot 版本
spring-annotation-based-example spring 基础学习
comet-sample 服务器推送技术
stomp-sample 基于 stomp 的聊天室
springboot2-redis-example 基于 springboot2 的 redis 示例
zk-sample zk curator 以及原生 api
jvm-sample jvm 学习
springboot2-jedis-starter-example springboot2自定义starter