统一权限和单点登录基础实体类

This commit is contained in:
sh
2025-11-07 16:39:19 +08:00
parent 13df57093b
commit c0fe5a5e2e
15 changed files with 427 additions and 0 deletions

View File

@@ -101,6 +101,13 @@
<artifactId>spring-boot-starter-data-redis</artifactId>
</dependency>
<!--统一门户解密-->
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.77</version>
</dependency>
<!-- pool 对象池 -->
<dependency>
<groupId>org.apache.commons</groupId>