https://github.com/caub/dropwizard
using jersey + hibernate + h2
https://github.com/caub/dropwizard
Last synced: 2 months ago
JSON representation
using jersey + hibernate + h2
- Host: GitHub
- URL: https://github.com/caub/dropwizard
- Owner: caub
- Created: 2014-04-14T00:33:30.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-14T10:53:39.000Z (about 12 years ago)
- Last Synced: 2025-03-22T22:18:03.196Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 148 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
% quick project based on Dropwizard using jersey, hibernate and h2-database (+ jetty as server)
mvn clean compile
mvn test
mvn exec:java -Ds
localhost:8080/api
localhost:8080/api/add/Bob/gardener
localhost:8080/api/find/Bob
localhost:8080/api/remove/Bob
% you may need to first create the db schema, use:
mvn exec:java -Ddb
% or use the commented portion used by default in dropwizard