-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add profile for GCP CloudSql Postgres driver #676
Conversation
Please add a comment in the poem that this profile also needs eg. the |
Thanks, done |
Is there a way to test what this new dependency adds to the functionality? (example configs, start params, etc.?) |
Yes, I use it by filling in application.yaml: datasource: This is also described here: https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/docs/jdbc.md#postgres-1 |
pom.xml
Outdated
@@ -676,5 +676,16 @@ | |||
</plugins> | |||
</build> | |||
</profile> | |||
<!-- For connecting to GCP CloudSQL Postgres instances. Needs 'boot' profile as well. --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You might consider putting the link you found here as well (the https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory/blob/main/docs/jdbc.md#postgres-1 one)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
* Add profile for GCP CloudSql Postgres driver * Update pom.xml: comment on cloudsql-postgres profile needs boot profile * Add link to GCP docs
No description provided.