Skip to content

markchristopherng/spring-boot-kotlin-serialization

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages