Skip to content

Commit 4bf2777

Browse files
committed
fixed issue with database handling
1 parent 97e7053 commit 4bf2777

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jdk_8_maven/em/external/rest/ocvn/src/main/java/em/external/org/devgateway/ocvn/ExternalEvoMasterController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public String[] getInputParameters() {
101101
private String dbUrl( ) {
102102

103103
String url = "jdbc";
104-
url += ":h2:tcp://localhost:" + dbPort + "/./temp/tmp_ocvn/testdb_" + dbPort;
104+
url += ":h2:tcp://localhost:" + dbPort + "/mem:testdb_" + dbPort;
105105

106106
return url;
107107
}

0 commit comments

Comments
 (0)