From bf96f8ca72db8421a0bb337e4fdaa56488de060a Mon Sep 17 00:00:00 2001
From: xuwujing <1060589146@qq.com>
Date: Fri, 19 Oct 2018 09:26:10 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E9=85=8D=E7=BD=AE=E5=92=8C?=
=?UTF-8?q?=E6=96=87=E6=A1=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
README.md | 3 ++-
pom.xml | 20 ++++++++++++++------
2 files changed, 16 insertions(+), 7 deletions(-)
diff --git a/README.md b/README.md
index bb013a3..0c172ad 100644
--- a/README.md
+++ b/README.md
@@ -50,7 +50,8 @@
- [适配器模式和桥接模式](https://www.cnblogs.com/xuwujing/p/9520851.html)
- [外观模式和装饰器模式](https://www.cnblogs.com/xuwujing/p/9545272.html)
- [组合模式和过滤器模式](https://www.cnblogs.com/xuwujing/p/9630850.html)
-
+- [享元模式和代理模式](https://www.cnblogs.com/xuwujing/p/9704228.html)
+- [责任链模式和命令模式](https://www.cnblogs.com/xuwujing/p/9794886.html)
diff --git a/pom.xml b/pom.xml
index 80cf7da..d4d7a39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,12 +3,12 @@
4.0.0
1.0.0
- java_study
+ java_study
0.0.1-SNAPSHOT
jar
-
+
java_study
- http://maven.apache.org
+ http://maven.apache.org
UTF-8
@@ -27,8 +27,16 @@
junit
junit
4.12
- test
+
+
+
+ jdk.tools
+ jdk.tools
+ 1.8
+ system
+ ${JAVA_HOME}/lib/tools.jar
+
@@ -374,13 +382,13 @@
org.apache.storm
storm-core
- 1.1.1
+ 1.2.2
org.apache.storm
storm-kafka
- 1.1.1
+ 1.2.2