Skip to content

Commit b167069

Browse files
committed
✨ spring-boot-demo-social 完成
1 parent 8eb5983 commit b167069

File tree

1 file changed

+22
-7
lines changed

1 file changed

+22
-7
lines changed

spring-boot-demo-social/README.md

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,22 @@
1212

1313
### 1.1. 公网服务器准备
1414

15-
15+
首先准备一台有公网IP的服务器,可以选用阿里云或者腾讯云,如果选用的是阿里云的,可以使用我的[优惠链接](https://chuangke.aliyun.com/invite?userCode=r8z5amhr)购买。
1616

1717
### 1.2. 内网穿透frp搭建
1818

19+
> frp 安装程序:https://github.com/fatedier/frp/releases
20+
21+
#### 1.2.1. frp服务端搭建
22+
23+
服务端搭建在上一步准备的公网服务器上,因为服务器是centos7 x64的系统,因此,这里下载安装包版本为amd64的 [frp_0.27.0_linux_amd64.tar.gz](https://github.com/fatedier/frp/releases/download/v0.27.0/frp_0.27.0_linux_amd64.tar.gz)
24+
25+
26+
27+
28+
29+
#### 1.2.2. frp客户端搭建
30+
1931

2032

2133
### 1.3. nginx代理
@@ -51,12 +63,15 @@
5163
## 参考
5264

5365
1. JustAuth 项目地址:https://github.com/zhangyd-c/JustAuth
54-
2. QQ互联文档:http://wiki.connect.qq.com/%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C_oauth2-0
55-
3. 微信开放平台文档:https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419316505&token=&lang=zh_CN
56-
4. GitHub第三方登录文档:https://developer.github.com/apps/building-oauth-apps/
57-
5. 谷歌Oauth2文档:https://developers.google.com/identity/protocols/OpenIDConnect
58-
6. 微软Oauth2文档:https://docs.microsoft.com/zh-cn/graph/auth-v2-user
59-
7. 小米开放平台账号服务文档:https://dev.mi.com/console/doc/detail?pId=707
66+
2. frp内网穿透项目地址:https://github.com/fatedier/frp
67+
3. frp内网穿透官方中文文档:https://github.com/fatedier/frp/blob/master/README_zh.md
68+
4. Frp实现内网穿透:https://zhuanlan.zhihu.com/p/45445979
69+
5. QQ互联文档:http://wiki.connect.qq.com/%E5%87%86%E5%A4%87%E5%B7%A5%E4%BD%9C_oauth2-0
70+
6. 微信开放平台文档:https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419316505&token=&lang=zh_CN
71+
7. GitHub第三方登录文档:https://developer.github.com/apps/building-oauth-apps/
72+
8. 谷歌Oauth2文档:https://developers.google.com/identity/protocols/OpenIDConnect
73+
9. 微软Oauth2文档:https://docs.microsoft.com/zh-cn/graph/auth-v2-user
74+
10. 小米开放平台账号服务文档:https://dev.mi.com/console/doc/detail?pId=707
6075

6176

6277

0 commit comments

Comments
 (0)