Skip to content

Commit b541373

Browse files
author
javaage
committed
change database name
1 parent 0c52a82 commit b541373

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flexible/postgres/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<INSTANCE_CONNECTION_NAME>newagent-25039:asia-northeast1:la</INSTANCE_CONNECTION_NAME>
2727
<user>postgres</user>
2828
<password>la123456</password>
29-
<database>la</database>
29+
<database>postgres</database>
3030
<sqlURL>jdbc:postgresql://google/${database}?useSSL=false&amp;socketFactoryArg=${INSTANCE_CONNECTION_NAME}&amp;socketFactory=com.google.cloud.sql.postgres.SocketFactory&amp;user=${user}&amp;password=${password}</sqlURL>
3131
<!-- [START_EXCLUDE silent] -->
3232
<maven.compiler.target>1.8</maven.compiler.target>

0 commit comments

Comments
 (0)