🎨 starter-redis jackson依赖

This commit is contained in:
b2baccline
2020-06-09 15:33:27 +08:00
parent 88d16f0723
commit 58d8fe3f77

View File

@@ -23,6 +23,11 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<optional>true</optional>
</dependency>
<!-- spring boot 配置所需依赖 -->
<dependency>