We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5af89d commit f7f5311Copy full SHA for f7f5311
i18n/zh/docusaurus-plugin-content-docs/version-2.5.1/plugin-center/security/oauth2-plugin.md
@@ -28,7 +28,13 @@ description: OAuth 2插件
28
<version>${project.version}</version>
29
</dependency>
30
<!-- apache shenyu oauth2 plugin end-->
31
-
+ <!-- spring security oauth2 client start-->
32
+ <dependency>
33
+ <groupId>org.springframework.security</groupId>
34
+ <artifactId>spring-security-oauth2-client</artifactId>
35
+ <version>${spring-security.version}</version>
36
+ </dependency>
37
38
```
39
40
- 在`shenyu-bootstrap`模块配置`oauth2`
0 commit comments