Skip to content

Instantly share code, notes, and snippets.

@Nata01
Created March 4, 2018 11:50
Show Gist options
  • Save Nata01/50d35855e37faa64f9613bd2cfc9f6b3 to your computer and use it in GitHub Desktop.
Save Nata01/50d35855e37faa64f9613bd2cfc9f6b3 to your computer and use it in GitHub Desktop.
Userful commands
Deployment steps:
git pull
cd smartschool
npm run-script build
cd ..
./gradlew bootRun
---------
Build and run jar:
./gradlew build
java -jar <jar_name>.jar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment