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:
-
kotlin
-
spring-data-hazelcast