291e93c9b6cf63b817b41f4f798dacdd6d0c753f
- Attempt to get poms published as locally this change did work. This would anyway be temporary fix as at some point we move over to gradle. - Relates #486
= 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%