Skip to content

pagopa/pagopa-mbd

Repository files navigation

pagoPA MBD

Quality Gate Status Integration Tests

A microservice that permits to handle Digital Stamps (Marca da Bollo) in pagoPA platform.


Api Documentation 📖

See the OpenApi 3 here.


Technology Stack

  • Java 17
  • Spring Boot
  • Spring Web
  • Hibernate
  • JPA
  • ...
  • TODO

Start Project Locally 🚀

Prerequisites

  • docker

Run docker container

from ./docker directory

sh ./run_docker.sh local


Develop Locally 💻

Prerequisites

  • git
  • maven
  • jdk-17

Run the project

Start the Spring Boot application with this command:

mvn spring-boot:run -Dspring-boot.run.profiles=local

Spring Profiles

  • local: to develop locally.
  • default (no profile set): The application gets the properties from the environment (for Azure).

Testing 🧪

Unit testing

To run the Junit tests:

mvn clean verify

Integration testing

From ./integration-test/src

  1. yarn install
  2. yarn test

Performance testing

install k6 and then from ./performance-test/src

  1. k6 run --env VARS=local.environment.json --env TEST_TYPE=./test-types/load.json main_scenario.js

Contributors 👥

Made with ❤️ by PagoPa S.p.A.

Maintainers

See CODEOWNERS file

About

A microservice that permits to handle Digital Stamps in pagoPA platform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published