Created
January 7, 2014 19:59
-
-
Save etexier/8305870 to your computer and use it in GitHub Desktop.
default helloworld project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
project-create -n sample -vq -Dplatform_version=2.2.0-SNAPSHOT | |
api-add -qv simple | |
// comment out the following is not necessary | |
project-build -DskipTests=true | |
db-initialize -qv | |
server-start | |
server-log | |
server-stop |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment