A sample Java Spring based RESTful style web service for the betabeers labs
Run with maven:
mvn clean tomcat:run
http://localhost:8080/labs-bbc-rest-server/api/beers
You may periodically remove your test db with...
rm -rf ~/beers.h2.db
A sample Java Spring based RESTful style web service for the betabeers labs
Run with maven:
mvn clean tomcat:run
http://localhost:8080/labs-bbc-rest-server/api/beers
You may periodically remove your test db with...
rm -rf ~/beers.h2.db