From 7a6f6765de3caf65f16c1816e190ee638c0f1b56 Mon Sep 17 00:00:00 2001 From: djmil Date: Tue, 18 Jul 2023 15:58:32 +0200 Subject: [PATCH] Update Home --- Home.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 5611a8c..cff1a02 100644 --- a/Home.md +++ b/Home.md @@ -18,4 +18,7 @@ In VsCode press `cmd+shif+p` and type `Spring Initilizr`. Choose: - _dependencies:_ - SpringWeb -Essentially, this will generate a default minimalistic jet functional SpringBoot project. Entry point, aka `main()` can be found in `src/main/java/djmil/cashcard/CashcardApplication.java`. To run the application - press `ctrl+F5` or Play button in the top right corner of an editor. \ No newline at end of file +Essentially, this will generate a default minimalistic jet functional SpringBoot project. Entry point, aka `main()` can be found in [src/main/java/djmil/cashcard/CashcardApplication.java](http://192.168.8.55:3000/HQLAx/FamilyCashCard/src/branch/main/src/main/java/djmil/cashcard/CashcardApplication.java). To run the application - press `ctrl+F5` or Play button in the top right corner of an editor. + +# TDD +