Skip to content

Starter kit for standing up a REST API in Java using an embedded HTTP server

Notifications You must be signed in to change notification settings

TheCookieLab/java-rest-api-starterkit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

java-rest-api-starterkit

This is a basic REST API starter kit using Apache Camel and Spark. Running the HelloWorld application will launch an embedded Jetty server that will listen on http://localhost:9091 for 10 minutes. The following REST endpoints are defined by default and can be used as examples:

http://localhost:9091/api/v1/register

http://localhost:9091/api/v1/customers/{id}

http://localhost:9091/api/v1/customers/{id}/orders

Full walkthrough can be found here: https://blockchainhero.com/?p=266

About

Starter kit for standing up a REST API in Java using an embedded HTTP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages