This commit is contained in:
Francesco
2023-09-28 14:43:12 +02:00
parent 1f6c6900e2
commit 9c15bb33e7
21 changed files with 236 additions and 57 deletions

View File

@@ -26,6 +26,9 @@ public class DbAdminProperties {
*/
private String modelsPackage;
/**
* Set to true when running the tests to configure the "internal" data source as in memory
*/
private boolean testMode = false;
public boolean isEnabled() {