Files
spring-shell/samples/helloworld
2012-07-18 13:55:13 +03:00
..
2012-07-18 13:55:13 +03:00
2012-07-16 10:27:36 +08:00
2012-07-18 13:55:13 +03:00
2012-05-24 13:34:37 +08: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 
  
2.run spring shell
  $>java -jar build/libs/helloworld-1.0.0.BUILD-SNAPSHOT.jar