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