享元模式模式 源码举例

This commit is contained in:
2018-10-14 16:47:11 +08:00
parent 96a94fc332
commit 6ba2796789
3 changed files with 23 additions and 0 deletions

View File

@@ -115,6 +115,11 @@
<artifactId>tomcat-embed-core</artifactId>
<version>8.5.32</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
<version>2.4.2</version>
</dependency>
</dependencies>