Skip to content

nirodg/dodo-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dodo-example

Note Please checkout (dodo's framework) before

  1. git clone git@github.com:nirodg/dodo-example.git
  2. cd dodo-example && mvn clean install
  3. deploy the war file

Request methods available by default

  1. @GET getAll() http://localhost:8080/dodo-example/rest/cars/
  2. @GET getByGuid(guid) http://localhost:8080/dodo-example/rest/cars/getByGuid/
  3. @POST create(entityDTO) http://localhost:8080/dodo-example/rest/cars/
  4. @PUT update(guid, entityDTO) http://localhost:8080/dodo-example/rest/cars/
  5. @DELETE deleteByGuid(guid) http://localhost:8080/dodo-example/rest/cars/

Additional request method implemented

  1. @GET getByLicensePlate(licensePlate) http://localhost:8080/dodo-example/rest/cars/getByLicensePlate/<license_plate>

Versioning

SemVer will be used for versioning because it provides a clear documentation

Contribute

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

License

MIT © Dorin Brage