feature(REQ-3282): 引入数据库加解密

This commit is contained in:
周敏 2024-12-13 10:26:29 +08:00
parent 5737b3cd47
commit 5619387e9c

View File

@ -57,6 +57,16 @@
<artifactId>web-support-lib</artifactId>
</dependency>
<!-- 数据库加解密 -->
<dependency>
<groupId>cn.axzo.trade</groupId>
<artifactId>trade-data-security-core</artifactId>
</dependency>
<dependency>
<groupId>cn.axzo.trade</groupId>
<artifactId>trade-data-security-spring-boot-starter</artifactId>
</dependency>
<!-- 数据库加解密 end -->
<dependency>
<groupId>cn.axzo.foundation</groupId>