Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 821 Bytes

File metadata and controls

30 lines (21 loc) · 821 Bytes

spring-data-examples Build Status

This is a simple spring-boot 5 webflux REST API example using spring-boot and native Hazelcast (IMap as database) with kotlin.

build and run
bash gradlew clean build

http post :8080/ name=max
HTTP/1.1 202 Accepted
Location: /a5c78752-129a-46f1-b1d6-73537d525ba5

http get :8080/a5c78752-129a-46f1-b1d6-73537d525ba5
{
    "id": "a5c78752-129a-46f1-b1d6-73537d525ba5",
    "name": "max",
    "username": null
}

using:

  1. kotlin

  2. spring-data-hazelcast

  3. talk