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

@@ -57,12 +57,5 @@
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
</dependency>
<!-- Lombok在 Java 开发过程中用注解的方式,简化了 JavaBean 的编写,避免了冗余和样板式代码,让编写的类更加简洁) -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional> <!-- 表示依赖不会被传递 -->
</dependency>
</dependencies>
</project>