Package | Description |
---|---|
org.springframework.cloud.gcp.sql.autoconfig |
Modifier and Type | Class and Description |
---|---|
class |
AppEngineCloudSqlJdbcInfoProvider
Provides default JDBC driver class name and constructs the JDBC URL for Cloud SQL v2
when running inside of Google App Engine Standard environment.
|
class |
DefaultCloudSqlJdbcInfoProvider
Provides default JDBC driver class name and constructs the JDBC URL for Cloud SQL v2
when running on local laptop, or in a VM-based environment (e.g., Google Compute
Engine, Google Container Engine).
|
Modifier and Type | Method and Description |
---|---|
CloudSqlJdbcInfoProvider |
GcpCloudSqlAutoConfiguration.appengineCloudSqlJdbcInfoProvider() |
CloudSqlJdbcInfoProvider |
GcpCloudSqlAutoConfiguration.defaultJdbcInfoProvider() |
Modifier and Type | Method and Description |
---|---|
org.springframework.boot.autoconfigure.jdbc.DataSourceProperties |
GcpCloudSqlAutoConfiguration.cloudSqlDataSourceProperties(org.springframework.boot.autoconfigure.jdbc.DataSourceProperties properties,
CloudSqlJdbcInfoProvider cloudSqlJdbcInfoProvider) |
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.