Skip to content

dashaun-project-catalog/simple-spring-shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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