blob: 3422a63caf5ac8a12f94568de6598a76adb3ebbf [file] [log] [blame]
# JDBC properties for Derby >= 10.1.1.0
# Use this property if ddlutils does not recognize the platform from the settings
#ddlutils.platform=Derby
# Properties starting with "datasource." will be fed into the datasource instance of the
# class configured via the datasource.class property
datasource.class=org.apache.commons.dbcp.BasicDataSource
# Embedded mode
#datasource.driverClassName=org.apache.derby.jdbc.EmbeddedDriver
#datasource.url=jdbc:derby:target/database/ddlutils_derby
# The default username for embedded Derby is app; for every other user the must be a corresponding
# schema defined in the database; see http://db.apache.org/derby/faq.html#schema_exist for details
#datasource.username=app
#datasource.password=
# Client/server mode
datasource.driverClassName=org.apache.derby.jdbc.ClientDriver
datasource.url=jdbc:derby://localhost/ddlutils
datasource.username=ddlutils
datasource.password=ddlutils