Commit 04092c3e by chenjunxiong

build(server): 新增Jackson序列化规则配置

parent 6c57be68
......@@ -16,6 +16,10 @@
<groupId>org.jeecgframework.boot</groupId>
<artifactId>jeecg-boot-base-core</artifactId>
</dependency>
<dependency>
<groupId>com.chanjx</groupId>
<artifactId>chanjx-utils</artifactId>
</dependency>
<!--引入微服务启动依赖 starter
<dependency>
<groupId>org.jeecgframework.boot</groupId>
......@@ -26,4 +30,4 @@
<artifactId>jeecg-boot-starter-job</artifactId>
</dependency>-->
</dependencies>
</project>
\ No newline at end of file
</project>
......@@ -291,6 +291,11 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.chanjx</groupId>
<artifactId>chanjx-utils</artifactId>
<version>1.0.21</version>
</dependency>
</dependencies>
</dependencyManagement>
......@@ -421,4 +426,4 @@
</properties>
</profile>
</profiles>
</project>
\ No newline at end of file
</project>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment