Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 4861e99

Browse files
author
YunaiV
committed
Spring Security OAuth 入门
1 parent 7711ace commit 4861e99

File tree

90 files changed

+23
-23
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+23
-23
lines changed

‎README.md

Lines changed: 4 additions & 4 deletions

‎lab-68/lab-68-demo01-authorization-code-server/pom.xml renamed to ‎lab-68-spring-security-oauth/lab-68-demo01-authorization-code-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-68</artifactId>
6+
<artifactId>lab-68-spring-security-oauth</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

12-
<artifactId>lab-68-demo01-authorization-code</artifactId>
12+
<artifactId>lab-68-demo01-authorization-code-server</artifactId>
1313

1414
<properties>
1515
<!-- 依赖相关配置 -->

‎lab-68/lab-68-demo01-client-credentials-server/pom.xml renamed to ‎lab-68-spring-security-oauth/lab-68-demo01-client-credentials-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<parent>
6-
<artifactId>lab-68</artifactId>
6+
<artifactId>lab-68-spring-security-oauth</artifactId>
77
<groupId>cn.iocoder.springboot.labs</groupId>
88
<version>1.0-SNAPSHOT</version>
99
</parent>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /