update 重构 抽取脱敏功能 ruoyi-common-sensitive 成为独立模块

This commit is contained in:
疯狂的狮子Li
2023-01-31 21:02:51 +08:00
parent bff9720b6f
commit c67cc725d4
12 changed files with 60 additions and 17 deletions

View File

@ -80,6 +80,11 @@
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-idempotent</artifactId>
</dependency>
<dependency>
<groupId>com.ruoyi</groupId>
<artifactId>ruoyi-common-sensitive</artifactId>
</dependency>
</dependencies>
</project>