1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

第三方登录添加 OSCHINA

This commit is contained in:
2022-04-04 21:02:30 +08:00
parent 5acd55c687
commit d78e1c6661
4 changed files with 16 additions and 36 deletions

View File

@@ -16,6 +16,14 @@ public class ThirdPartyConfig {
@Value("${thirdparty.gitee.redirecturi}")
private String giteeRedirecturi;
// OSCHINA
@Value("${thirdparty.oschina.clientid}")
private String oschinaClientId;
@Value("${thirdparty.oschina.clientsecret}")
private String oschinaClientsecret;
@Value("${thirdparty.oschina.redirecturi}")
private String oschinaRedirecturi;
// QQ
@Value("${thirdparty.qq.clientid}")
private String qqClientid;