From fa2a28e87761659820d3de5ec082e9fc2fc97513 Mon Sep 17 00:00:00 2001
From: RuoYi <yzz_ivy@163.com>
Date: Mon, 08 Apr 2024 13:16:52 +0800
Subject: [PATCH] 新增数据脱敏过滤注解
---
pom.xml | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6a4a754..2a0937e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -164,6 +164,13 @@
<version>${ruoyi.version}</version>
</dependency>
+ <!-- 数据脱敏 -->
+ <dependency>
+ <groupId>com.ruoyi</groupId>
+ <artifactId>ruoyi-common-sensitive</artifactId>
+ <version>${ruoyi.version}</version>
+ </dependency>
+
<!-- 权限范围 -->
<dependency>
<groupId>com.ruoyi</groupId>
--
Gitblit v1.9.3