From 8bd210aaef4e32ba33a1544af9ec93a9e7db9771 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E7=A5=A5?= <1366971433@qq.com> Date: Wed, 9 Jan 2019 15:40:23 +0800 Subject: [PATCH] modify --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7371704..db5026f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Spring-Samples-For-All -本项目提供spring、spring-boot、spirng-cloud 的常用整合用例。每个用例都提供详细的注释和搭建说明,旨在总结自己工作和学习的结果,也希望能为java学习者提供参考。 +![spring](https://img.shields.io/badge/spring-5.1.3.RELEASE-brightgreen.svg)![springboot](https://img.shields.io/badge/springboot-2.1.1.RELEASE-brightgreen.svg)![springcloud](https://img.shields.io/badge/springcloud-Finchley.SR2-brightgreen.svg)![jdk](https://img.shields.io/badge/jdk-1.8-blue.svg) + +
+ +本项目提供spring、spring-boot、spirng-cloud 的常用整合用例。每个用例都提供详细的注释和搭建说明,旨在总结自己工作和学习的结果,也希望能为java学习者提供参考。本仓库的用例会持续更新完善。 由于用例并不能涵盖该知识点的所有内容,所以每个用例我都会附上官方文档的原文链接作为参考。