Files
spring-shell/samples/helloworld/readme.txt
mpollack 29a489b156 SHL-149 Upgrade to Spring Framework 4.
* update changelog
* update sample app to reference to be released 1.1.RC3 shell
* fix version in sample app readme
2014-05-16 15:51:10 -04:00

22 lines
285 B
Plaintext

Maven 3:
1.Build the project
$>mvn package
2.run spring shell
$>java -jar target/helloworld-1.1.0.RELEASE.jar
Gradle:
1.Build and install the project
$>./gradlew installApp
2.run spring shell
$>./build/install/helloworld/bin/helloworld
or
$>./gradlew -q run