My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
DBMigrateJdbcConfig  
Configure database connection
Updated Feb 4, 2010 by roman.stumm

Examples

postgres.properties

jdbcUrl=jdbc:postgresql://localhost:5432/test
jdbcDriver=org.postgresql.Driver

oracle.properties

jdbcUrl=jdbc:oracle:thin:@localhost:1521:XE
jdbcDriver=oracle.jdbc.driver.OracleDriver
user=system
password=manager

The settings in this file are overwritten by the environment variables DB_USER (overwrite user), DB_PASSWORD (overwrite password)

Driver class must exist in the classpath.


Sign in to add a comment
Powered by Google Project Hosting