Skip to content

Latest commit

 

History

History

key-value-hazelcast

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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