From 1f9ec0bf9d17475fd6d4346e71436804730e687f Mon Sep 17 00:00:00 2001 From: Lemonochrme Date: Mon, 25 Nov 2024 15:13:44 +0100 Subject: [PATCH] Edited pom.xml dependencies to fix Sprint Boot stopping error --- helpapp/pom.xml | 6 ++++++ helpapp/src/main/resources/application.properties | 1 + 2 files changed, 7 insertions(+) diff --git a/helpapp/pom.xml b/helpapp/pom.xml index 0af8cb6..1565f6b 100644 --- a/helpapp/pom.xml +++ b/helpapp/pom.xml @@ -35,6 +35,11 @@ spring-boot-starter + + org.springframework.boot + spring-boot-starter-web + + org.springframework.boot spring-boot-starter-test @@ -42,6 +47,7 @@ + diff --git a/helpapp/src/main/resources/application.properties b/helpapp/src/main/resources/application.properties index e4da1ff..42482f7 100644 --- a/helpapp/src/main/resources/application.properties +++ b/helpapp/src/main/resources/application.properties @@ -1 +1,2 @@ spring.application.name=helpapp +server.port=8080 \ No newline at end of file