Skip to content

Commit a23dfdd

Browse files
committed
🎉 spring-boot-demo-oauth 初始化
1 parent 9a86e0d commit a23dfdd

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

spring-boot-demo-oauth/pom.xml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,30 +39,11 @@
3939
<artifactId>hutool-all</artifactId>
4040
</dependency>
4141

42-
<dependency>
43-
<groupId>com.google.zxing</groupId>
44-
<artifactId>core</artifactId>
45-
<version>3.3.3</version>
46-
</dependency>
47-
48-
<!-- oauth工具类 -->
49-
<dependency>
50-
<groupId>me.zhyd.oauth</groupId>
51-
<artifactId>JustAuth</artifactId>
52-
<version>1.3.2</version>
53-
</dependency>
54-
5542
<dependency>
5643
<groupId>org.projectlombok</groupId>
5744
<artifactId>lombok</artifactId>
5845
<optional>true</optional>
5946
</dependency>
60-
61-
<dependency>
62-
<groupId>net.dreamlu</groupId>
63-
<artifactId>mica-auto</artifactId>
64-
<version>1.0.2</version>
65-
</dependency>
6647
</dependencies>
6748

6849
<build>
Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
11
server:
22
port: 8080
33
servlet:
4-
context-path: /demo
5-
6-
oauth:
7-
qq:
8-
client-id: 101577785
9-
client-secret: 1f7d08df5576671a5b799e73cc2d629e
10-
redirect-uri: http://oauth.xkcoding.com/demo/oauth/qq/callback
11-
github:
12-
client-id: 2d25a70d12e3d5f01086
13-
client-secret: 5a2919b5fe911567343aea2ccc7a5ad7871306d1
14-
redirect-uri: http://oauth.xkcoding.com/demo/oauth/github/callback
15-
wechat:
16-
client-id: wxdcb31cd7f1794ff4
17-
client-secret: b4e9dc6841ef7d2f520d449bca08ed6d
18-
redirect-uri: http://oauth.xkcoding.com/demo/oauth/wechat/callback
19-
google:
20-
client-id: 716518501517-6dbdkapivhia806vqcjjh9nttj320ie3.apps.googleusercontent.com
21-
client-secret: 9IBornd7w1ALXhxZiDwEf7-E
22-
redirect-uri: http://oauth.xkcoding.com/demo/oauth/google/callback
4+
context-path: /demo

0 commit comments

Comments
 (0)