订单实时数据保存到数据库

This commit is contained in:
2023-05-10 16:03:11 +08:00
parent 11240e08dc
commit 4a753f7656
4 changed files with 36 additions and 3 deletions

View File

@@ -77,6 +77,11 @@
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-avro</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
</dependency>
</dependencies>
<properties>