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 4e942a7 commit 390b3d2Copy full SHA for 390b3d2
cloud-sql/postgres/servlet/src/main/java/com/example/cloudsql/ConnectionPoolContextListener.java
@@ -48,7 +48,7 @@ public class ConnectionPoolContextListener implements ServletContextListener {
48
private DataSource createConnectionPool() {
49
// [START cloud_sql_postgres_servlet_create]
50
// Note: For Java users, the Cloud SQL JDBC Socket Factory can provide authenticated connections
51
- // which is preferred to using the Cloud SQL Proxy with Unix sockets.
+ // which is preferred to using the Cloud SQL Auth Proxy with Unix sockets.
52
// See https://github.com/GoogleCloudPlatform/cloud-sql-jdbc-socket-factory for details.
53
54
// The configuration object specifies behaviors for the connection pool.
0 commit comments