修改单点登录

This commit is contained in:
chy
2026-03-11 00:08:12 +08:00
parent d7aa0de3be
commit 94a7c9e000
8 changed files with 114 additions and 17 deletions

View File

@@ -106,6 +106,14 @@
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
</dependency>
</dependencies>
<build>