This project is a Micronaut application for the development of the microservice ReportingOrgsEnrollment.
The aim of this project is the feasibility assessment of referred microservice through Micronaut.
See the OpenApi 3 here.
- Java 11
- Micronaut
- Azure Table Storage API
- docker
docker-compose -f ./docker-compose-local.yml up -d
- git
- maven
- jdk-11
Start the springboot application with this command:
mvn mn:run
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