File tree Expand file tree Collapse file tree
frameworks/Java/avaje-jex Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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" ,
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" ,
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" ,
Original file line number Diff line number Diff line change 11datasource.db.username =benchmarkdbuser
22datasource.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}
You can’t perform that action at this time.
0 commit comments