feat: 新增 Jackson 自动配置

This commit is contained in:
2023-11-21 21:21:45 +08:00
parent 916127e741
commit e896559d23
8 changed files with 199 additions and 7 deletions

View File

@@ -67,6 +67,13 @@
<version>${hutool.version}</version>
</dependency>
<!-- Jackson 模块 -->
<dependency>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-starter-json-jackson</artifactId>
<version>${revision}</version>
</dependency>
<!-- 核心模块 -->
<dependency>
<groupId>top.charles7c.continew</groupId>