The Greeting sample app by Mark Ng

Build

./gradlew clean build

Run Locally

./gradlew clean greeting-app:bootRun

Run in IDE (Intellij)

right click on GreetingApp.kt

Testing

curl --header "Content-Type: application/json" \
  --request POST \
  --data '{"firstName":"Mark","lastName":"Ng"}' \
  http://localhost:8080/greeting