@ -44,7 +44,7 @@ An `alias` can be used for the Spring Zero command line tool:
@@ -44,7 +44,7 @@ An `alias` can be used for the Spring Zero command line tool:
$ alias spr="java -jar ~/.m2/repository/org/springframework/zero/spring-cli/0.5.0.BUILD-SNAPSHOT/spring-cli-0.5.0.BUILD-SNAPSHOT.jar"
_Also see [CONTRIBUTING.md](/CONTRIBUTING.md) if you want to submit pull requests._
_Also see [docs/CONTRIBUTING](docs/CONTRIBUTING.md) if you want to submit pull requests._
## Quick Start Example
@ -102,7 +102,7 @@ The 'spring' command line application compiles and runs Groovy source, making it
@@ -102,7 +102,7 @@ The 'spring' command line application compiles and runs Groovy source, making it
easy to write the absolute minimum of code to get an application running. Spring CLI
can also watch files, automatically recompiling and restarting when they change.
@ -128,7 +128,7 @@ classpath. For example, If a 'HSQLDB' is on the classpath the user probably want
@@ -128,7 +128,7 @@ classpath. For example, If a 'HSQLDB' is on the classpath the user probably want
in-memory database to be defined. Auto-configuration will back away as the user starts
@ -138,7 +138,7 @@ writing a JSON web service then it will provide a server, security, logging, ext
@@ -138,7 +138,7 @@ writing a JSON web service then it will provide a server, security, logging, ext
configuration, management endpoints, an audit abstraction, and more. If you want to
switch off the built in features, or extend or replace them, it makes that really easy as well.
@ -148,7 +148,7 @@ that you need without having to hunt through sample code and copy paste loads of
@@ -148,7 +148,7 @@ that you need without having to hunt through sample code and copy paste loads of
dependency descriptors. For example, if you want to get started using Spring and JPA for
database access just include one dependency in your project, and you are good to go.
@ -62,9 +62,11 @@ Maven is well supported by most Java IDEs. Refer to you vendor documentation.
@@ -62,9 +62,11 @@ Maven is well supported by most Java IDEs. Refer to you vendor documentation.
### Integration tests
The sample application are used as integration tests during the build. Due to the
fact that they make use of the `spring-package-maven-plugin` they cannot be called
directly, and so instead are launched via the `maven-invoker-plugin`. If you encounter
build failures running the integration tests, check the `build.log` file in the appropriate
sample directory.
The sample application are used as integration tests during the build
(when you `mvn install`). Due to the fact that they make use of the
`spring-package-maven-plugin` they cannot be called directly, and so
instead are launched via the `maven-invoker-plugin`. If you encounter
build failures running the integration tests, check the `build.log`