Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 423 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 423 Bytes

PN-BFF

Backend for frontend della piattaforma SEND

Istruzioni per la compilazione

    ./mvnw clean install

Aggiungendo il parametro -DskipTests si può evitare di eseguire i test

Istruzioni per il run

    ./mvnw spring-boot:run

Istruzioni per i test

Per eseguire i test unitari:

    ./mvnw test

Per eseguire i test di integrazione:

    ./mvnw verify