Package com.google.cloud.spring.autoconfigure.sql


package com.google.cloud.spring.autoconfigure.sql
Auto-configuration for Spring Cloud GCP Cloud SQL module.
  • Class
    Description
    Provides Google Cloud SQL instance connectivity through Spring JDBC by providing only a database and instance connection name.
    Implementations of this interface typically construct a JDBC URL for Cloud SQL from a GCP project ID and an instance connection name.
    Enum class containing MySQL and Postgresql constants.
    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).
    Google Cloud SQL properties.
    Builds connection string for Cloud SQL through Spring R2DBC by requiring only a database and instance connection name.
    Returns the credentials that are written to a system property by the Cloud SQL starter.