feat: 新增 Redisson 自动配置

This commit is contained in:
2023-11-22 21:56:02 +08:00
parent 422affe1c1
commit b4894f5b4f
10 changed files with 449 additions and 3 deletions

View File

@@ -14,4 +14,11 @@
<name>${project.artifactId}</name>
<description>ContiNew Starter JSON - Jackson 模块</description>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
</dependency>
</dependencies>
</project>