Skip to content

A powerful Java RESTful application based on Jersey using Mentabean ORM

License

Notifications You must be signed in to change notification settings

klutzer/restapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RestApp

A powerful Java RESTful application based on Jersey using Mentabean ORM

Feel free to use this project as template for your RESTful web application. Enjoy it!

Technology Stack

For JUnit tests:

  • Grizzly (as embedded web server)
  • H2 Database (as embedded in-memory database)
  • Jersey Client (as REST client)

Getting Started

To run this RESTful web service you can just clone this repository and run

mvn jetty:run

Then, access your API docs in http://localhost:8080/RestApp/docs

About

A powerful Java RESTful application based on Jersey using Mentabean ORM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages