A minimal demo project to illustrate RESTification.
The codebase offers Zoo related functionality:
- Getting the Zoo's opening hours.
- Listing all animal names.
- Listing details for a specific animal (identified by name).
- Adding an animal.
All this functionality is offered by a singleton class Zoo.
To compile / run the Zoo, execute these commands:
- Compile:
mvn clean install
- Run:
java -jar target/zoo.jar
This software is under open source MIT License.