Class AlloyDbEnvironmentPostProcessor

java.lang.Object
com.google.cloud.spring.autoconfigure.alloydb.AlloyDbEnvironmentPostProcessor
All Implemented Interfaces:
org.springframework.boot.env.EnvironmentPostProcessor

public class AlloyDbEnvironmentPostProcessor extends Object implements org.springframework.boot.env.EnvironmentPostProcessor
Provides Google AlloyDB instance connectivity through Spring JDBC by providing only a database and instance connection URI.
  • Constructor Details

    • AlloyDbEnvironmentPostProcessor

      public AlloyDbEnvironmentPostProcessor()
  • Method Details

    • postProcessEnvironment

      public void postProcessEnvironment(org.springframework.core.env.ConfigurableEnvironment environment, org.springframework.boot.SpringApplication application)
      Specified by:
      postProcessEnvironment in interface org.springframework.boot.env.EnvironmentPostProcessor