Browse Source

🎉 spring-boot-demo-oauth 初始化

pull/1/head
Yangkai.Shen 5 years ago
parent
commit
a23dfdd915
2 changed files with 1 additions and 38 deletions
  1. +0
    -19
      spring-boot-demo-oauth/pom.xml
  2. +1
    -19
      spring-boot-demo-oauth/src/main/resources/application.yml

+ 0
- 19
spring-boot-demo-oauth/pom.xml View File

@@ -39,30 +39,11 @@
<artifactId>hutool-all</artifactId>
</dependency>

<dependency>
<groupId>com.google.zxing</groupId>
<artifactId>core</artifactId>
<version>3.3.3</version>
</dependency>

<!-- oauth工具类 -->
<dependency>
<groupId>me.zhyd.oauth</groupId>
<artifactId>JustAuth</artifactId>
<version>1.3.2</version>
</dependency>

<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>net.dreamlu</groupId>
<artifactId>mica-auto</artifactId>
<version>1.0.2</version>
</dependency>
</dependencies>

<build>


+ 1
- 19
spring-boot-demo-oauth/src/main/resources/application.yml View File

@@ -1,22 +1,4 @@
server:
port: 8080
servlet:
context-path: /demo

oauth:
qq:
client-id: 101577785
client-secret: 1f7d08df5576671a5b799e73cc2d629e
redirect-uri: http://oauth.xkcoding.com/demo/oauth/qq/callback
github:
client-id: 2d25a70d12e3d5f01086
client-secret: 5a2919b5fe911567343aea2ccc7a5ad7871306d1
redirect-uri: http://oauth.xkcoding.com/demo/oauth/github/callback
wechat:
client-id: wxdcb31cd7f1794ff4
client-secret: b4e9dc6841ef7d2f520d449bca08ed6d
redirect-uri: http://oauth.xkcoding.com/demo/oauth/wechat/callback
google:
client-id: 716518501517-6dbdkapivhia806vqcjjh9nttj320ie3.apps.googleusercontent.com
client-secret: 9IBornd7w1ALXhxZiDwEf7-E
redirect-uri: http://oauth.xkcoding.com/demo/oauth/google/callback
context-path: /demo

Loading…
Cancel
Save