| # 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 |