Moving the project to a multi-level maven project to allow for separation of the adapter from the core of the project

Fixes #28
This commit is contained in:
camilojc
2017-05-17 22:59:54 +01:00
committed by Eric Bottard
parent 3313140ecb
commit 9ca98cdd7d
65 changed files with 295 additions and 48 deletions

View File

@@ -13,7 +13,9 @@ while maintaining some level of backward compatibility with your existing comman
*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
```
./mvnw spring-boot:run
# if using a local snapshot version
./mvnw install
./mvnw -pl spring-shell2-samples spring-boot:run
```
From there, try typing `help` at the shell prompt.