blob: 4386c935108482921e2c8753248f5e563112b802 [file] [log] [blame]
# JDBC properties for MaxDB
# Note: Properties starting with "datasource." will be fed into the datasource instance of the
# class configured via the datasource.class property
# You need to use this property, otherwise DdlUtils will detect SapDB instead (since the JDBC driver is the same)
ddlutils.platform=MaxDB
#
# Using the plain DBCP datasource
#
datasource.class=org.apache.commons.dbcp.BasicDataSource
datasource.driverClassName=com.sap.dbtech.jdbc.DriverSapDB
datasource.url=jdbc:sapdb://localhost/ddlutils
datasource.username=ddlutils
datasource.password=ddlutils