|
|
|
|
@ -22,9 +22,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
@@ -22,9 +22,9 @@ import org.springframework.boot.context.properties.ConfigurationProperties;
|
|
|
|
|
* Base {@link ConfigurationProperties properties} for spring social. |
|
|
|
|
* |
|
|
|
|
* @author Stephane Nicoll |
|
|
|
|
* @since 1.2.0 |
|
|
|
|
* @since 1.4.0 |
|
|
|
|
*/ |
|
|
|
|
abstract class SocialProperties { |
|
|
|
|
public abstract class SocialProperties { |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Application id. |
|
|
|
|
|