Class GcpSpannerEmulatorAutoConfiguration

java.lang.Object
com.google.cloud.spring.autoconfigure.spanner.GcpSpannerEmulatorAutoConfiguration

@AutoConfiguration @AutoConfigureBefore({GcpSpannerAutoConfiguration.class,GcpContextAutoConfiguration.class}) @EnableConfigurationProperties(GcpSpannerProperties.class) @ConditionalOnProperty(prefix="spring.cloud.gcp.spanner.emulator", name="enabled", havingValue="true") public class GcpSpannerEmulatorAutoConfiguration extends Object
Provides auto-configuration to use the Spanner emulator if enabled.
Since:
1.2.3