https://newwisdom.tistory.com/85
google:
client-id:
client-secret:
scope:
@Configuration
@ConfigurationProperties(prefix="spring.security.oauth2.client.registration.google")
@Getter
@Setter
@RequiredArgsConstructor
public class SocialLoginYamlConfig {
private String clientId;
private String scope;
}
annotationProcessor('org.springframework.boot:spring-boot-configuration-processor')