We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c52a82 commit b541373Copy full SHA for b541373
flexible/postgres/pom.xml
@@ -26,7 +26,7 @@
26
<INSTANCE_CONNECTION_NAME>newagent-25039:asia-northeast1:la</INSTANCE_CONNECTION_NAME>
27
<user>postgres</user>
28
<password>la123456</password>
29
- <database>la</database>
+ <database>postgres</database>
30
<sqlURL>jdbc:postgresql://google/${database}?useSSL=false&socketFactoryArg=${INSTANCE_CONNECTION_NAME}&socketFactory=com.google.cloud.sql.postgres.SocketFactory&user=${user}&password=${password}</sqlURL>
31
<!-- [START_EXCLUDE silent] -->
32
<maven.compiler.target>1.8</maven.compiler.target>
0 commit comments