Update readme

This commit is contained in:
Janne Valkealahti
2022-08-18 16:17:45 +01:00
parent 79350939a5
commit 42d2b68d5e

View File

@@ -1,19 +1,17 @@
= Spring Shell = 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`. Active development branch is `main` targeting work for `3.0.x` and `2.1.x` is for maintaining current latest release.
== Building == Building
```
./mvnw package
```
== Running Building and running tests:
The project comes with a sample application, showcasing the various ways you can write commands.
``` ```
./mvnw install ./gradlew build
./mvnw -pl spring-shell-samples spring-boot:run
``` ```
From there, try typing `help` or `help <commmand>` at the shell prompt. Publishing to local maven cache:
```
./gradlew publishToMavenLocal
```