Files
spring-shell/samples/helloworld/readme.txt
2012-04-11 15:15:57 +08:00

17 lines
285 B
Plaintext

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