TODO: add a description
TODO: generate a index with this tool: https://ecotrust-canada.github.io/markdown-toc/
TODO: resolve all the TODOs in this template
See the OpenApi 3 here.
- Java 11
- Spring Boot
- Spring Web
- Hibernate
- JPA
- ...
- TODO
- docker
from ./docker
directory
sh ./run_docker.sh local
ℹ️ Note: for PagoPa ACR is required the login az acr login -n <acr-name>
- git
- maven
- jdk-11
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