Class GoogleCloudSourceConfiguration
- java.lang.Object
-
- org.springframework.cloud.config.server.config.GoogleCloudSourceConfiguration
-
@Configuration(proxyBeanMethods=false) @ConditionalOnClass({com.google.auth.oauth2.GoogleCredentials.class,org.eclipse.jgit.api.TransportConfigCallback.class}) public class GoogleCloudSourceConfiguration extends ObjectAdds Google Cloud Source OAuth2 support, if com.google.auth:google-auth-library-oauth2-http library is on classpath.- Author:
- Eduard Wirch
-
-
Constructor Summary
Constructors Constructor Description GoogleCloudSourceConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoogleCloudSourceSupportcreateGoogleCloudSourceSupport()
-
-
-
Method Detail
-
createGoogleCloudSourceSupport
@Bean public GoogleCloudSourceSupport createGoogleCloudSourceSupport()
-
-