Go to file
Vishal Raut e5aa6c2658 SCRUM-4001: Updated SonarQube and OWASP reports 2026-03-13 16:42:12 +05:30
.mvn/wrapper feat(SCRUM-1867): ongoing implementation 2025-09-09 20:50:12 +02:00
.sonarlint SCRUM-2729: Added support for OWASP SAST Tools 2025-11-13 16:55:03 +05:30
owasp-reports SCRUM-4001: Updated SonarQube and OWASP reports 2026-03-13 16:42:12 +05:30
runConfigurations feat(SCRUM-2126): add uat run configuration 2025-09-27 17:21:44 +02:00
sonar-reports SCRUM-4001: Updated SonarQube and OWASP reports 2026-03-13 16:42:12 +05:30
src Fixed logging, enabled zipkin on Prod/UAT with custom env tag 2026-02-11 23:38:28 +05:30
.gitattributes feat(SCRUM-1867): ongoing implementation 2025-09-09 20:50:12 +02:00
.gitignore feat(SCRUM-1867): ongoing implementation 2025-09-09 20:50:12 +02:00
CHANGELOG.md feat(SCRUM-3239): updating core library version to 1.1.0 2026-01-23 15:19:30 +05:30
Dockerfile feat(SCRUM-2724): Replacing openjdk:21-jdk-slim docker image with eclipse-temurin:21-jre-jammy 2025-11-04 17:05:36 +01:00
README.md feat(SCRUM-1867): ongoing implementation 2025-09-09 20:50:12 +02:00
mvnw feat(SCRUM-1867): ongoing implementation 2025-09-09 20:50:12 +02:00
mvnw.cmd feat(SCRUM-1867): ongoing implementation 2025-09-09 20:50:12 +02:00
pom.xml SCRUM-4001: Updated core library version to fix vulnerabilities 2026-03-13 11:45:17 +05:30

README.md

Information Page BS Service

Information Page BS 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-bs.git
cd wp2-be-information-page-bs

Build the project

./mvnw clean install

Run the application

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

Access the API

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