Authored by DengXinFei

联盟jar包引用

Showing 1 changed file with 4 additions and 0 deletions
@@ -64,6 +64,10 @@ @@ -64,6 +64,10 @@
64 <artifactId>spring-data-redis</artifactId> 64 <artifactId>spring-data-redis</artifactId>
65 </dependency> 65 </dependency>
66 <dependency> 66 <dependency>
  67 + <groupId>com.netflix.archaius</groupId>
  68 + <artifactId>archaius-core</artifactId>
  69 + </dependency>
  70 + <dependency>
67 <groupId>commons-io</groupId> 71 <groupId>commons-io</groupId>
68 <artifactId>commons-io</artifactId> 72 <artifactId>commons-io</artifactId>
69 </dependency> 73 </dependency>