Skip to content

Instantly share code, notes, and snippets.

@bastman
Last active February 11, 2019 11:07
Show Gist options
  • Save bastman/a0884f858a6a4ada4cec3503ef77de19 to your computer and use it in GitHub Desktop.
Save bastman/a0884f858a6a4ada4cec3503ef77de19 to your computer and use it in GitHub Desktop.
spring-boot: cli arguments, properties, etc examples
command: ["java"]
args: [
"-jar",
"-Dspring.profiles.active=dev,flyway-migrate",
"-Dlogging.level.com.zaxxer.hikari=debug",
"-Dspring.datasource.hikari.maximumPoolSize=50",
"-Xms32m",
"-Xmx1024m",
"/opt/app/app.jar --debug"
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment