From a23dfdd9157db4b8fa2eecaaa3ff38558f3bf285 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Thu, 23 May 2019 17:50:48 +0800 Subject: [PATCH] =?UTF-8?q?:tada:=20spring-boot-demo-oauth=20=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-boot-demo-oauth/pom.xml | 19 ------------------ .../src/main/resources/application.yml | 20 +------------------ 2 files changed, 1 insertion(+), 38 deletions(-) diff --git a/spring-boot-demo-oauth/pom.xml b/spring-boot-demo-oauth/pom.xml index cdb3659..8ad7b24 100644 --- a/spring-boot-demo-oauth/pom.xml +++ b/spring-boot-demo-oauth/pom.xml @@ -39,30 +39,11 @@ hutool-all - - com.google.zxing - core - 3.3.3 - - - - - me.zhyd.oauth - JustAuth - 1.3.2 - - org.projectlombok lombok true - - - net.dreamlu - mica-auto - 1.0.2 - diff --git a/spring-boot-demo-oauth/src/main/resources/application.yml b/spring-boot-demo-oauth/src/main/resources/application.yml index e54ac58..a02fbde 100644 --- a/spring-boot-demo-oauth/src/main/resources/application.yml +++ b/spring-boot-demo-oauth/src/main/resources/application.yml @@ -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 \ No newline at end of file + context-path: /demo \ No newline at end of file