Skip to content

Instantly share code, notes, and snippets.

@sathish-io
Created February 24, 2015 06:40
Show Gist options
  • Save sathish-io/c0fb48219a7c73e3cc38 to your computer and use it in GitHub Desktop.
Save sathish-io/c0fb48219a7c73e3cc38 to your computer and use it in GitHub Desktop.
Spring boot command line arguments
java -jar app.jar --server.port=8180 --debug --spring.profiles.active=production --logging.file=myapp.log --logging.path=./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment