Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 684 Bytes

README.adoc

File metadata and controls

33 lines (22 loc) · 684 Bytes

spring-5-examples Build Status

This is a simple spring-boot 5 shell example using spring-boot-keyvalue (Map as database) and kotlin language.

build and run
bash gradlew clean assemble
java -jar build/libs/*.jar

shell>help

shell>connect --name max
> connected: true
> total: 1

shell>all
> all system users: [User(id=1c2568c4-0de2-481a-ada1-707c3a5c83ff, name=Max, username=max)]

shell>disconnect --name max
> disconnected: false
> total: 0

using:

  1. spring shell

  2. spring-data-keyvalue

  3. kotlin