Files
spring-shell/README.adoc
Janne Valkealahti 218abd7095 Update readme
Notes about main now that we're starting boot 3 dev.
2022-07-23 16:04:21 +01:00

20 lines
440 B
Plaintext

= 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.