pom文件新增谷歌工具类

This commit is contained in:
xuwujing 2019-06-02 18:40:49 +08:00
parent c0fd391522
commit f5c7eff983

View File

@ -182,6 +182,13 @@
<version>2.3.0</version>
</dependency>
<!-- 谷歌的工具包 -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>27.1-jre</version>
</dependency>
<!-- 工具包 end -->