Package org.javalite.db_migrator
Class JdbcPropertiesOverride
java.lang.Object
org.javalite.db_migrator.JdbcPropertiesOverride
This class serves as a source of JDBC connection properties for different environments during tests.
THIS CLASS USED IN TESTS ONLY.
- Author:
- igor on 4/19/17.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
JdbcPropertiesOverride
public JdbcPropertiesOverride()
-
-
Method Details
-
driver
-
url
- Returns:
- the URL to the database, but does not include a database name.
If this URL was configured in the file:
jdbc:mysql://localhost/test_project
, then the returned value will be: jdbc:mysql://localhost
-
fullUrl
-
user
-
password
-