blob: dfe7c5cf34be69783bb5d571caf8a41233b20924 [file] [log] [blame]
class ApplicationDataSource {
@Property boolean pooled = true
@Property String dbCreate = "create-drop" // one of 'create', 'create-drop','update'
@Property String url = "jdbc:hsqldb:mem:testDB"
@Property String driverClassName = "org.hsqldb.jdbcDriver"
@Property String username = "sa"
@Property String password = ""
}