Skip to content

pagopa/p4pa-mocks

Repository files navigation

Mock Services for P4PA

This repository contains the mock implementations of the services required for the P4PA project. The mock services simulate the behavior of the actual system components and external integrations, providing a controlled environment for development, testing, and debugging without relying on the production infrastructure.

📂 Repository Structure

Here is a quick overview of the files and directories included in this repository:

.
├── .github/            # GitHub configuration files
├── gradle/             # Gradle wrapper files
├── helm/               # Helm charts for Kubernetes deployments
├── openapi/            # OpenAPI specification files
├── src/                # Source code for the Java application
│   ├── main/
│   └── test/
├── build.gradle.kts    # Gradle build file
├── Dockerfile          # Docker build file
├── README.md           # Project documentation
├── settings.gradle.kts # Gradle settings file
└── .gitignore          # Git ignore rules