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