Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 189 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 189 Bytes

Secure Coding - Bad Example backend

Build

To build on unix based systems:

./mvnw clean package

To build on windows based systems:

./mvnw.cmd clean package