Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.16 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.16 KB

Forks Stargazers Issues

Simple Spring Shell

Project to demonstrate the use of Spring Shell.

It has a custom shell prompt and a single command to generate a new file.

Prerequisites

  • Java 21
  • GraalVM to generate the native CLI

Quick Start

./mvnw spring-boot:run

Generate native CLI

./mvnw -Pnative native:compile

Related Videos