ngandriau / spring-rest-service

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction

This project is a sample of rest service implemented with spring boot. This make a simple project handled by gradle. Rest call return json doc generated by jason Created while following the spring guide

Clone the repo and launch

#./gradlew bootRunn

A tomcat start and deploy the webapp invoke the rest call with

http://localhost:8080/greeting

or

http://localhost:8080/greeting?name=john

About


Languages

Language:Shell 76.3%Language:Java 16.3%Language:Groovy 7.4%