Files
spring-shell/samples/helloworld
2012-05-24 13:34:37 +08:00
..
2012-05-24 13:34:37 +08:00
2012-04-11 06:03:03 -07:00
2012-04-07 19:04:53 +08:00
2012-05-24 13:34:37 +08:00
2012-05-24 13:34:37 +08:00
2012-04-25 13:27:23 +08:00

Maven:

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

  
Gradle (not supported yet):

1.Build the project
  $>../../gradlew build
  
2.run spring shell
  $>java -jar build/libs/helloworld-1.0.0.BUILD-SNAPSHOT.jar