From 9ceccc605f4c67c6c236e9ca70aea9d9a12a6249 Mon Sep 17 00:00:00 2001 From: Karakas <22kaen1bdi@hft-stuttgart.de> Date: Wed, 12 Jun 2024 08:04:43 +0000 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0a8aacd..43f266f 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,6 @@ 1. There are errors all over the backend.<br/> You have to reload the Maven project. In VSCode navigate to "Maven" on the lower left corner and press the reload button. + +2. Backend Server doesn't start / it throws errors.<br/> + You can alternatively start the server with VSCode. Navigate to src/main/java/io/swagger/Swagger2SpringBoot.java and press "Run" -- GitLab