1ff802d8e044ac01aaeb0f9990020f9c704b5d04
- While out of a box *nix don't need spesific native config as is, windows is a different story as it needs jna/jansi stuff and i.e. jna needs jvm native things which doesn't work without correct graal configs. - Relates #490
= Spring Shell Active development branch is `2.1.x` and `main` branch is development branch targeting `Spring Boot 3.x` and `Spring Framework 6.x`. == Building ``` ./mvnw package ``` == Running The project comes with a sample application, showcasing the various ways you can write commands. ``` ./mvnw install ./mvnw -pl spring-shell-samples spring-boot:run ``` From there, try typing `help` or `help <commmand>` at the shell prompt.
Description
Languages
Java
100%