Appearance
Jackson
概述
这个模块我集成了spring-boot-starter-jackson和Pangju Commons Lang。
依赖
xml
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.github.pangju666.commons</groupId>
<artifactId>commons-lang</artifactId>
</dependency>引入
xml
<dependency>
<dependency>
<groupId>io.github.pangju666.framework.boot</groupId>
<artifactId>framework-starter-jackson</artifactId>
</dependency>
</dependency>