mirror of
https://github.com/ebean-orm/ebean.git
synced 2024-04-21 10:51:47 +00:00
- changes SqlQueryEvent into an interface. - captures the bind values the slow query used and makes those available via SlowQueryEvent - also makes the query label and profileLocation available via SlowQueryEvent
18 lines
440 B
Properties
18 lines
440 B
Properties
ebean.ddl.generate=true
|
|
ebean.ddl.run=true
|
|
ebean.ddl.initSql=init-db.sql
|
|
ebean.dumpMetricsOnShutdown=true
|
|
ebean.dumpMetricsOptions=sql,hash,loc
|
|
ebean.includeLabelInSql=true
|
|
ebean.slowQueryMillis=1
|
|
|
|
datasource.default=h2
|
|
|
|
datasource.h2.username=sa
|
|
datasource.h2.password=
|
|
datasource.h2.url=jdbc:h2:mem:tests;NON_KEYWORDS=KEY,VALUE
|
|
|
|
datasource.pg.username=sa
|
|
datasource.pg.password=
|
|
datasource.pg.url=jdbc:h2:mem:tests;NON_KEYWORDS=KEY,VALUE
|