🎨 优化公众号Spring Boot Starter的redisTemplate注入等代码

This commit is contained in:
Dream2Land
2020-10-02 23:58:19 +08:00
committed by Binary Wang
parent 8428270e67
commit 8929fc41ab
7 changed files with 151 additions and 123 deletions

View File

@@ -30,6 +30,16 @@
<version>${spring.boot.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.jodd</groupId>
<artifactId>jodd-http</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>