🎨 #1516 公众号spring-boot-starter 优化代码,增加http客户端和代理等配置

This commit is contained in:
Mario Luo
2020-04-17 15:45:43 +08:00
committed by GitHub
parent 2112db791d
commit dc01e0b1ed
8 changed files with 269 additions and 125 deletions

View File

@@ -25,10 +25,10 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.redisson</groupId>
<artifactId>redisson</artifactId>
<scope>compile</scope>
<optional>true</optional>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-redis</artifactId>
<version>${spring.boot.version}</version>
<scope>provided</scope>
</dependency>
</dependencies>