This repository demonstrates how to create a basic web application using Spring Framework.
-
Compile
$ gradle clean build
-
Run Server
$ gradle bootRun
-
Use
By default the server will serve at:You can make the server greets your name by calling:
http://localhost:8080/hello?name=\<your_name>
- Add your name and e-mail address into CONTRIBUTORS.txt