单点登录接口

This commit is contained in:
zhangqinbin
2022-06-16 08:23:07 +08:00
parent 70a5ed5ed8
commit 5551af646f
11 changed files with 1425 additions and 0 deletions

View File

@ -88,6 +88,13 @@
<version>3.9.0</version>
</dependency>
<dependency>
<groupId>org</groupId>
<artifactId>bouncycastle</artifactId>
<version>1.65.8</version>
<scope>system</scope>
<systemPath>${basedir}/lib/bcprov-jdk15to18-1.65.jar</systemPath>
</dependency>
</dependencies>
<repositories>