Files
ebean/ebean-querybean/src/test/resources/application-test.properties
T
Rob Bygrave 40d9c88e34 #1857 Add bind values capture for SlowQueryEvent / SlowQueryListener
- 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
2024-03-25 22:52:04 +13:00

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