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 170040f commit 1e439aeCopy full SHA for 1e439ae
src/main/scala/com/shippable/Hello.scala
@@ -10,7 +10,7 @@ import scala.concurrent.{Await, Future}
10
class HelloWorld {
11
def returnValue(): String= {
12
13
- val configuration = URLParser.parse("jdbc:postgresql://localhost:5432/test?user=postgres")
+ val configuration = URLParser.parse("jdbc:postgresql://localhost:5432/test?user=postgres&password=")
14
val connection: Connection = new PostgreSQLConnection(configuration)
15
var finalResult = ""
16
0 commit comments