Separating security into a part that depends only on the JPA and into a
[utils] / security / impl / src / test / resources / properties / test.org.wamblee.security.database.properties
diff --git a/security/impl/src/test/resources/properties/test.org.wamblee.security.database.properties b/security/impl/src/test/resources/properties/test.org.wamblee.security.database.properties
new file mode 100644 (file)
index 0000000..bff2ee4
--- /dev/null
@@ -0,0 +1,11 @@
+
+
+# Database properties for test runs in a J2SE environment. 
+
+# See ORMappingConfig.DatabaseType for allowed values
+database.type=MYSQL_INNO_DB
+
+database.driver=com.mysql.jdbc.Driver
+database.url=jdbc:mysql://localhost:3306/test
+database.username=erik
+database.password=abc123
\ No newline at end of file