A basic example that shows how Java data models having javax.validation.constraints annotations can be generated.
Run this example using:
npm i && npm run startIf you are on Windows, use the start:windows script instead:
npm i && npm run start:windows