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