Update readme
This commit is contained in:
16
README.adoc
16
README.adoc
@@ -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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user