Note Please checkout (dodo's framework) before
git clone git@github.com:nirodg/dodo-example.git
cd dodo-example && mvn clean install
- deploy the war file
- @GET getAll() http://localhost:8080/dodo-example/rest/cars/
- @GET getByGuid(guid) http://localhost:8080/dodo-example/rest/cars/getByGuid/
- @POST create(entityDTO) http://localhost:8080/dodo-example/rest/cars/
- @PUT update(guid, entityDTO) http://localhost:8080/dodo-example/rest/cars/
- @DELETE deleteByGuid(guid) http://localhost:8080/dodo-example/rest/cars/
- @GET getByLicensePlate(licensePlate) http://localhost:8080/dodo-example/rest/cars/getByLicensePlate/<license_plate>
SemVer will be used for versioning because it provides a clear documentation
In case you would like to contribute updating the documentation, improving the functionalities, reporting issues or fixing them please, you`re more than welcome 😄 . However, please have a look to the already defined contribute's guide