We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13c1fde commit 4e2faeeCopy full SHA for 4e2faee
pom.xml
@@ -676,5 +676,18 @@
676
</plugins>
677
</build>
678
</profile>
679
+ <!-- For connecting to GCP CloudSQL Postgres instances:
680
+ https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/docs/jdbc.md#postgres-1
681
+ Needs 'boot' profile as well. -->
682
+ <profile>
683
+ <id>cloudsql-postgres</id>
684
+ <dependencies>
685
+ <dependency>
686
+ <groupId>com.google.cloud.sql</groupId>
687
+ <artifactId>postgres-socket-factory</artifactId>
688
+ <version>1.17.0</version>
689
+ </dependency>
690
+ </dependencies>
691
+ </profile>
692
</profiles>
693
</project>
0 commit comments