A service that permits to generate unique IUV codes for each creditor institution.
See the OpenApi 3 here.
- Java 17
- Spring Boot
- Spring Web
- docker
from ./docker
directory
sh ./run_docker.sh local
- git
- maven
- jdk-17
Start the springboot application with this command:
mvn spring-boot:run -Dspring-boot.run.profiles=local
- local: to develop locally.
- default (no profile set): The application gets the properties from the environment (for Azure).
To run the Junit tests:
mvn clean verify
From ./integration-test/src
yarn install
yarn test
install k6 and then from ./performance-test/src
k6 run --env VARS=local.environment.json --env TEST_TYPE=./test-types/load.json main_scenario.js
Made with ❤️ by PagoPa S.p.A.
See CODEOWNERS
file