|
|
||
|---|---|---|
| .mvn/wrapper | ||
| .sonarlint | ||
| runConfigurations | ||
| src | ||
| .gitattributes | ||
| .gitignore | ||
| CHANGELOG.md | ||
| Dockerfile | ||
| README.md | ||
| mvnw | ||
| mvnw.cmd | ||
| pom.xml | ||
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