Skip to content

Commit 309a3f1

Browse files
committed
Update application.properties
1 parent 890b97f commit 309a3f1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

frameworks/Java/avaje-jex/benchmark_config.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"platform": "httpserver",
1919
"database": "Postgres",
2020
"database_os": "Linux",
21-
"orm": "Ebean ORM",
21+
"orm": "Full",
2222
"webserver": "None",
2323
"os": "Linux",
2424
"notes": "avaje-jex using jdk.httpserver",
@@ -41,7 +41,7 @@
4141
"platform": "robaho",
4242
"database": "Postgres",
4343
"database_os": "Linux",
44-
"orm": "Ebean ORM",
44+
"orm": "Full",
4545
"webserver": "None",
4646
"os": "Linux",
4747
"notes": "avaje-jex using robaho's httpserver",
@@ -64,7 +64,7 @@
6464
"platform": "Jetty",
6565
"database": "Postgres",
6666
"database_os": "Linux",
67-
"orm": "Ebean ORM",
67+
"orm": "Full",
6868
"webserver": "None",
6969
"os": "Linux",
7070
"notes": "avaje-jex using Jetty",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
datasource.db.username=benchmarkdbuser
22
datasource.db.password=benchmarkdbpass
3-
datasource.db.url=jdbc:postgresql://tfb-database:5432/hello_world
3+
datasource.db.url=jdbc:postgresql://${host:tfb-database}:5432/hello_world?user=${datasource.db.username}&password=${datasource.db.password}

0 commit comments

Comments
 (0)