Skip to content

Commit

Permalink
🎉 spring-boot-demo-oauth 初始化
Browse files Browse the repository at this point in the history
  • Loading branch information
xkcoding committed May 23, 2019
1 parent 9a86e0d commit a23dfdd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
19 changes: 0 additions & 19 deletions spring-boot-demo-oauth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
20 changes: 1 addition & 19 deletions spring-boot-demo-oauth/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a23dfdd

Please sign in to comment.