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