Go to file
Teriuihi ab9ec4127c 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.
2024-08-04 22:44:03 +02:00
.idea Add DB config via command-line arguments 2024-08-04 22:44:03 +02:00
gradle/wrapper Initial commit for site for forms 2024-01-13 16:24:54 +01:00
src Add database configuration via command-line arguments 2024-04-28 21:25:09 +02:00
.gitignore Initial commit for site for forms 2024-01-13 16:24:54 +01:00
build.gradle Initial commit for site for forms 2024-01-13 16:24:54 +01:00
gradlew Initial commit for site for forms 2024-01-13 16:24:54 +01:00
gradlew.bat Initial commit for site for forms 2024-01-13 16:24:54 +01:00
settings.gradle Initial commit for site for forms 2024-01-13 16:24:54 +01:00