feat: 添加 spring-boot-desensitize starter.

This commit is contained in:
lijiahang
2023-06-30 11:12:42 +08:00
parent 4b76b63520
commit 3eb84c2b8a
6 changed files with 90 additions and 0 deletions

View File

@@ -56,6 +56,14 @@
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-redis</artifactId>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-desensitize</artifactId>
</dependency>
<dependency>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-spring-boot-starter-log</artifactId>
</dependency>
<!-- orion-ops biz-modules -->