istibekesi / my-restful-api

My RESTful API demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My RESTful API demo

Demo appliction demonstrating RESTful API Design.

Requirements

  • Java 1.6+
  • Maven 3.0+

How to install

  1. Build

mvn install

  1. Run

mvn spring-boot:run

  1. Try

http://localhost:8080/myrest/hello

http://localhost:8080/myrest/v1/manager/1

http://localhost:8080/myrest/v2/manager/1

...

About

My RESTful API demo


Languages

Language:Java 100.0%