added the DRIVER_NAME to default to org.h2.Driver

Former-commit-id: dcb8a65b35f0451a4f192b781d3c57046c20e06f
This commit is contained in:
Jeremy Long
2014-01-23 21:02:10 -05:00
parent 248f4ca856
commit 45e2215575
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ data.password=DC-Pass1337!
# to ensure any and all needed files can be added to the classpath to load the driver.
# For non-JDBC4 drivers in the classpath only the driver_name needs to be set.
# For MOST situations these properties likely do not need to be set.
data.driver_name=
data.driver_name=org.h2.Driver
data.driver_path=
# the path to the cpe xml file

View File

@@ -27,7 +27,7 @@ data.password=DC-Pass1337!
# to ensure any and all needed files can be added to the classpath to load the driver.
# For non-JDBC4 drivers in the classpath only the driver_name needs to be set.
# For MOST situations these properties likely do not need to be set.
data.driver_name=
data.driver_name=org.h2.Driver
data.driver_path=
# the path to the cpe xml file