perf: 加解密数据处理

This commit is contained in:
曾文豪
2023-03-07 15:16:26 +08:00
parent c0fb149558
commit 0094bf2e69
8 changed files with 75 additions and 35 deletions

View File

@@ -25,6 +25,11 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.tiesheng.springboot-parent</groupId>
<artifactId>springboot-annotation</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>