Refactor packages and artifactIds to prepare for official migration to spring-projects repo.

Remove usage of component scan in favor of auto-conf

Fixes #61
This commit is contained in:
Eric Bottard
2017-08-03 18:06:28 +02:00
parent 5fd1f716d9
commit 6497df181d
91 changed files with 488 additions and 264 deletions

View File

@@ -10,13 +10,12 @@ while maintaining some level of backward compatibility with your existing comman
```
== Running
*Note:* the dummy commands that are currently available are not here to stay. Expect a more modular
setup in the future. In the meantime, to get a grasp of how the shell would behave, you can
The project comes with a sample application, showcasing the various ways you can write commands.
```
# if using a local snapshot version
./mvnw install
./mvnw -pl spring-shell2-samples spring-boot:run
./mvnw -pl spring-shell-samples spring-boot:run
```
From there, try typing `help` at the shell prompt.
From there, try typing `help` or `help <commmand>` at the shell prompt.