From 9d960ed0058f9087f49e9741a9af06c3f9116eb0 Mon Sep 17 00:00:00 2001 From: baoshiwei <baoshiwei@shlanbao.cn> Date: 星期六, 19 四月 2025 11:23:02 +0800 Subject: [PATCH] feat(auth): 添加 Keycloak 认证支持 --- zhitan-common/pom.xml | 33 +++++++++++++++++++++++++++++++++ 1 files changed, 33 insertions(+), 0 deletions(-) diff --git a/zhitan-common/pom.xml b/zhitan-common/pom.xml index 53e470c..517c61c 100644 --- a/zhitan-common/pom.xml +++ b/zhitan-common/pom.xml @@ -133,7 +133,40 @@ <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> +<!-- <dependency>--> +<!-- <groupId>cn.hutool</groupId>--> +<!-- <artifactId>hutool-core</artifactId>--> +<!-- <version>5.8.21</version>--> +<!-- </dependency>--> +<!-- <dependency>--> +<!-- <groupId>cn.hutool</groupId>--> +<!-- <artifactId>hutool-http</artifactId>--> +<!-- <version>5.8.21</version>--> +<!-- </dependency>--> + <dependency> + <groupId>cn.hutool</groupId> + <artifactId>hutool-all</artifactId> + <version>5.8.28</version> + <!-- 寮哄埗澹版槑鐗堟湰浼樺厛绾� --> + <optional>true</optional> + </dependency> +<!-- <dependency>--> +<!-- <groupId>cn.hutool</groupId>--> +<!-- <artifactId>hutool-extra</artifactId>--> +<!-- <version>5.8.21</version>--> +<!-- </dependency>--> + + <dependency> + <groupId>me.zhyd.oauth</groupId> + <artifactId>JustAuth</artifactId> + <version>1.16.7</version> + </dependency> + <dependency> + <groupId>io.github.linpeilie</groupId> + <artifactId>mapstruct-plus-spring-boot-starter</artifactId> + <version>1.4.6</version> + </dependency> </dependencies> </project> \ No newline at end of file -- Gitblit v1.9.3