From 7e61c399be5f637b6f6e8f170c1563928a0f53a6 Mon Sep 17 00:00:00 2001 From: Felix Dittrich Date: Tue, 21 May 2024 15:11:20 +0200 Subject: [PATCH] Cleanup Pom-file Add Spring-Web for Actuator and H2 Console --- pom.xml | 67 ++---------------------------- src/main/resources/application.yml | 2 + 2 files changed, 6 insertions(+), 63 deletions(-) diff --git a/pom.xml b/pom.xml index 22a4ac0..44644fd 100644 --- a/pom.xml +++ b/pom.xml @@ -71,45 +71,6 @@ https://github.com/WorldHealthOrganization/tng-key-distribution - - - docker - - docker - jar - - - - - org.springframework.boot - spring-boot-maven-plugin - - ${project.build.directory}/docker - ddccg - - - - maven-assembly-plugin - - - make-zip-ACC - none - - - make-zip-test - none - - - make-zip-PRD - none - - - - - - - - who-github @@ -149,6 +110,10 @@ spring-boot-starter-test test + + org.springframework.boot + spring-boot-starter-web + org.springframework.cloud spring-cloud-starter-openfeign @@ -249,14 +214,6 @@ org.springframework.boot spring-boot-maven-plugin - - - - repackage - build-info - - - org.apache.maven.plugins @@ -348,22 +305,6 @@ - - org.springdoc - springdoc-openapi-maven-plugin - 1.3 - - http://localhost:8080/api/docs - - - - integration-test - - generate - - - - diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 661d199..33450f2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -1,3 +1,5 @@ +server: + port: 8080 spring: application: name: tng-key-distribution