61cdf0a7446aba3715c0773ca3dc9c02f49352e5
- Looks like with gradle we don't get automatic utf-8 encoding with compiler so add it and same time use separate JavaConventions as we want to apply it to modules and samples. - Relates #470
= 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%