Files
spring-shell/samples/helloworld
2012-10-02 21:10:38 +03:00
..
2012-07-16 10:27:36 +08:00
2012-07-18 22:26:18 +03:00
2012-10-02 21:10:38 +03:00
2012-10-02 21:10:38 +03:00
2012-07-18 12:14:15 -04:00

Maven:

1.Build the project
  $>mvn package
  
2.run spring shell
  $>java -jar target/helloworld-1.0.0.BUILD-SNAPSHOT.jar
  

  
Gradle 

1.Build and install the project
  $>../../gradlew installApp
  
2.run spring shell
  $>build/install/helloworld/bin/helloworld