From 2f846de80c743f7d55e08742b42a125c814ef9b0 Mon Sep 17 00:00:00 2001 From: SnailClimb Date: Tue, 12 Mar 2019 17:41:20 +0800 Subject: [PATCH] =?UTF-8?q?Add=20Java8=E6=96=B0=E7=89=B9=E6=80=A7=E6=80=BB?= =?UTF-8?q?=E7=BB=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c8e2bc5e..7f2b0773 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,8 @@ ### Java8 New Features +* [Java 8 新特性总结](https://github.com/Snailclimb/JavaGuide/blob/master/Java/What's%20New%20in%20JDK8/Java8Tutorial.md) + ### 设计模式 * [设计模式系列文章](https://github.com/Snailclimb/Java_Guide/blob/master/Java/设计模式.md)