Browse Source

win版本项目修改稿2

win
adiao 3 years ago
parent
commit
20961c6839
  1. 12
      app-service/pom.xml

12
app-service/pom.xml

@ -103,14 +103,18 @@
<version>5.8.16</version> <version>5.8.16</version>
</dependency> </dependency>
<!-- redis 工具 --> <!-- redis 工具 -->
<dependency> <!-- <dependency>-->
<groupId>org.springframework.data</groupId> <!-- <groupId>org.springframework.data</groupId>-->
<artifactId>spring-data-redis</artifactId> <!-- <artifactId>spring-data-redis</artifactId>-->
</dependency> <!-- </dependency>-->
<dependency> <dependency>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId> <artifactId>spring-boot-starter-data-redis</artifactId>
</dependency> </dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-pool2</artifactId>
</dependency>
</dependencies> </dependencies>
<build> <build>

Loading…
Cancel
Save