Go to file
Antonio Amendola a067d9ff1a chore: set snapshot version to 1.0.2-SNAPSHOT 2026-01-02 21:31:54 +01:00
.mvn/wrapper feat(SCRUM-1868): ongoing implementation 2025-09-05 12:35:09 +02:00
.sonarlint SCRUM-2729: Added support for OWASP SAST Tools 2025-11-13 16:55:16 +05:30
runConfigurations feat(SCRUM-2126): add uat run configuration 2025-09-27 17:21:44 +02:00
src SCRUM-2866: Support tracing for Feign Client requests and SQL queries 2025-12-12 13:47:33 +05:30
.gitattributes feat(SCRUM-1868): ongoing implementation 2025-09-05 12:35:09 +02:00
.gitignore feat(SCRUM-1868): ongoing implementation 2025-09-05 12:35:09 +02:00
CHANGELOG.md SCRUM-2866: Support tracing for Feign Client requests and SQL queries 2025-12-12 13:47:33 +05:30
Dockerfile feat(SCRUM-2724): Replacing openjdk:21-jdk-slim docker image with eclipse-temurin:21-jre-jammy 2025-11-04 17:05:39 +01:00
README.md feat(SCRUM-1868): ongoing implementation 2025-09-07 14:45:40 +02:00
mvnw feat(SCRUM-1868): ongoing implementation 2025-09-05 12:35:09 +02:00
mvnw.cmd feat(SCRUM-1868): ongoing implementation 2025-09-05 12:35:09 +02:00
pom.xml chore: set snapshot version to 1.0.2-SNAPSHOT 2026-01-02 21:31:54 +01:00

README.md

Information Page DM Service

Information Page DM Service is a Spring Boot application built with Maven, providing CRUD operations for managing Information Page services.

Features

  • Information Page Management
    • Create
    • Retrieve (single and list)
    • Delete

Getting Started

Requirements

For building and running the application you need:

  • GIT 2.48.1 +
  • JDK 21 +

Clone the repository

git clone https://code-repo.d4science.org/Resilience/wp2-be-information-page-dm.git
cd wp2-be-information-page-dm

Build the project

./mvnw clean install

Run the application

java -jar target/wp2-be-information-page-dm-*.jar

Access the API

  • Base URL: http://localhost:8080/api/v1/dm/
  • Swagger UI URL: http://localhost:8080/api/v1/dm/swagger-ui/index.html