diff --git a/jOOQ-examples/jOOQ-spark-chart-example/src/main/resources/config.properties b/jOOQ-examples/jOOQ-spark-chart-example/src/main/resources/config.properties index a2974a5333..45171133cc 100644 --- a/jOOQ-examples/jOOQ-spark-chart-example/src/main/resources/config.properties +++ b/jOOQ-examples/jOOQ-spark-chart-example/src/main/resources/config.properties @@ -1,5 +1,5 @@ #Database Configuration db.driver=org.postgresql.Driver -db.url=jdbc:postgresql:Sakila +db.url=jdbc:postgresql:sakila db.username=postgres db.password=test \ No newline at end of file