From 5803e39b59bb58d2b20e23616b55dbb8b40d0755 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 23 May 2025 11:51:12 +0100 Subject: [PATCH] Update Home --- Home.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 9d6e099..ec515cd 100644 --- a/Home.md +++ b/Home.md @@ -20,4 +20,15 @@ jdbc:mysql://localhost:3306/resilient_resilient?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&createDatabaseIfNotExist=true **Using MariaDB:** -jdbc:mariadb://localhost:3306/resilient_resilient?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&createDatabaseIfNotExist=true \ No newline at end of file +jdbc:mariadb://localhost:3306/resilient_resilient?useUnicode=true&characterEncoding=utf8&useSSL=false&useLegacyDatetimeCode=false&createDatabaseIfNotExist=true + +### Eclipse IDE Settings + +In the project there's a directory with several settings to apply to Eclipse: \ide\eclipse\ + +Import: + +1. Code Formatter: Preferences → Java → Code Style → Formatter → Import... +Located in \ide\eclipse\formatter +2. Run Configs: Run → Run Configurations → Import... +Located in \ide\eclipse\run-configs