From ab9ec4127cdf08ee8e034ed02059dff441172c3d Mon Sep 17 00:00:00 2001 From: Teriuihi Date: Sun, 4 Aug 2024 22:44:03 +0200 Subject: [PATCH] Add DB config via command-line arguments A new setup allows specifying database properties path using command-line arguments during startup. The `DatabaseConnection.initialize()` method signature has been updated to accept a path argument. Methods in `PropertiesLoader`, `PropertiesWriter`, and `MailSettings` classes, along with tests in the `TestForm` class, were adjusted accordingly. --- .idea/workspace.xml | 141 +++++++++++++++++++++++++++++--------------- 1 file changed, 95 insertions(+), 46 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 07c0a27..19becf7 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,15 +4,9 @@