SuperStep / template-java-jaxrs

Template app for Java JAX-RS

Home Page:http://www.heroku.com/java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JAX-RS Template Application

This is a template for a lightweight RESTful API using JAX-RS. The sample code is a call for getting the current time.

Running the application locally

First build with:

$mvn clean install

Then run it with:

$ java -cp target/classes:target/dependency/* com.example.Main

About

Template app for Java JAX-RS

http://www.heroku.com/java


Languages

Language:HTML 84.2%Language:Java 15.8%