Expose APIs that will be used by end user to pay a digital "marca da bollo"
- Api Documentation π
- Technology Stack π
- Start Project Locally π
- Develop Locally π»
- Contributors π₯
See the OpenApi 3 here
- Java 17
- Spring Boot
- Spring Web
- Hibernate
- JPA
- OpenFeign
- Lombok
- docker
docker build -t pagopa-mbd-service .
cp .env.example .env
and replace in .env
with correct values
then type :
docker run -p 8080:8080 --env-file=./.env pagopa-mbd-service
- git
- maven
- jdk-17
Typing mvn clean verify
- Run the application
- Install dependencies:
yarn install
- Run the test:
yarn test
Made with β€οΈ by PagoPa S.p.A.
See CODEOWNERS
file