From 80460e957ce0689a81165688db4a3d56df001e62 Mon Sep 17 00:00:00 2001 From: Okke Harsta Date: Tue, 3 Oct 2023 10:20:03 +0200 Subject: [PATCH] Added springdoc-openapi-maven-plugin --- server/pom.xml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/server/pom.xml b/server/pom.xml index 3fc610db..d4e2d76f 100644 --- a/server/pom.xml +++ b/server/pom.xml @@ -176,6 +176,34 @@ org.springframework.boot spring-boot-maven-plugin + + -Dspring.application.admin.enabled=true + + + + + start + stop + + + + + + org.springdoc + springdoc-openapi-maven-plugin + 1.4 + + http://localhost:8080/ui/api-docs + openapi.json + + + + integration-test + + generate + + + io.github.git-commit-id