added the DRIVER_NAME to default to org.h2.Driver

Former-commit-id: 2d9462d8e1b6b01dc53044962463d103234e1d38
This commit is contained in:
Jeremy Long
2014-01-23 21:02:10 -05:00
parent 9c87d61528
commit 572a65d661
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