mirror of https://github.com/dromara/MaxKey.git
maxkey-authentications\maxkey-authentication-social -> maxkey-starter\maxkey-starter-social
This commit is contained in:
parent
8b209be4c4
commit
d2516e6933
|
@ -1,5 +1,5 @@
|
|||
|
||||
description = "maxkey-authentication-social"
|
||||
description = "maxkey-starter-social"
|
||||
|
||||
|
||||
dependencies {
|
|
@ -56,8 +56,7 @@ public class SocialSignOnAutoConfiguration{
|
|||
}
|
||||
|
||||
@Bean(name = "socialsAssociateService")
|
||||
JdbcSocialsAssociateService socialsAssociateService(
|
||||
JdbcTemplate jdbcTemplate) {
|
||||
JdbcSocialsAssociateService socialsAssociateService(JdbcTemplate jdbcTemplate) {
|
||||
JdbcSocialsAssociateService socialsAssociateService = new JdbcSocialsAssociateService(jdbcTemplate);
|
||||
_logger.debug("JdbcSocialsAssociateService inited.");
|
||||
return socialsAssociateService;
|
|
@ -43,10 +43,10 @@ dependencies {
|
|||
implementation project(":maxkey-starter:maxkey-starter-ip2location")
|
||||
implementation project(":maxkey-starter:maxkey-starter-otp")
|
||||
implementation project(":maxkey-starter:maxkey-starter-sms")
|
||||
implementation project(":maxkey-starter:maxkey-starter-social")
|
||||
implementation project(":maxkey-starter:maxkey-starter-web")
|
||||
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-core")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-social")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
||||
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
|
||||
|
|
|
@ -57,11 +57,11 @@ dependencies {
|
|||
implementation project(":maxkey-starter:maxkey-starter-ip2location")
|
||||
implementation project(":maxkey-starter:maxkey-starter-otp")
|
||||
implementation project(":maxkey-starter:maxkey-starter-sms")
|
||||
implementation project(":maxkey-starter:maxkey-starter-social")
|
||||
implementation project(":maxkey-starter:maxkey-starter-web")
|
||||
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-core")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-social")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
||||
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-cas")
|
||||
|
|
|
@ -43,11 +43,11 @@ dependencies {
|
|||
implementation project(":maxkey-starter:maxkey-starter-ip2location")
|
||||
implementation project(":maxkey-starter:maxkey-starter-otp")
|
||||
implementation project(":maxkey-starter:maxkey-starter-sms")
|
||||
implementation project(":maxkey-starter:maxkey-starter-social")
|
||||
implementation project(":maxkey-starter:maxkey-starter-web")
|
||||
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-core")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-social")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
||||
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-cas")
|
||||
|
|
|
@ -12,11 +12,11 @@ dependencies {
|
|||
implementation project(":maxkey-starter:maxkey-starter-ip2location")
|
||||
implementation project(":maxkey-starter:maxkey-starter-otp")
|
||||
implementation project(":maxkey-starter:maxkey-starter-sms")
|
||||
implementation project(":maxkey-starter:maxkey-starter-social")
|
||||
implementation project(":maxkey-starter:maxkey-starter-web")
|
||||
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-core")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-social")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
||||
implementation project(":maxkey-authentications:maxkey-authentication-provider")
|
||||
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-authorize")
|
||||
implementation project(":maxkey-protocols:maxkey-protocol-cas")
|
||||
|
|
|
@ -30,12 +30,12 @@ include ('maxkey-starter:maxkey-starter-captcha')
|
|||
include ('maxkey-starter:maxkey-starter-ip2location')
|
||||
include ('maxkey-starter:maxkey-starter-otp')
|
||||
include ('maxkey-starter:maxkey-starter-sms')
|
||||
include ('maxkey-starter:maxkey-starter-social')
|
||||
include ('maxkey-starter:maxkey-starter-web')
|
||||
|
||||
//authentications
|
||||
include ('maxkey-authentications:maxkey-authentication-core')
|
||||
include ('maxkey-authentications:maxkey-authentication-provider')
|
||||
include ('maxkey-authentications:maxkey-authentication-social')
|
||||
|
||||
//rest apis
|
||||
include ('maxkey-web-apis:maxkey-web-api-rest')
|
||||
|
|
Loading…
Reference in New Issue