🎨 小程序 Spring Boot Starter 模块优化重构

This commit is contained in:
Binary Wang
2020-05-25 21:27:17 +08:00
parent 8bb6b02cba
commit 7b641e7b5b
8 changed files with 178 additions and 128 deletions

View File

@@ -22,13 +22,11 @@
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>${spring.boot.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>