Browse Source

Merge branch '1.5.x'

pull/10727/merge
Stephane Nicoll 9 years ago
parent
commit
7e438ca6c2
  1. 4
      spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc

4
spring-boot-project/spring-boot-docs/src/main/asciidoc/spring-boot-cli.adoc

@ -117,7 +117,9 @@ To set JVM command line arguments you can use the `JAVA_OPTS` environment variab @@ -117,7 +117,9 @@ To set JVM command line arguments you can use the `JAVA_OPTS` environment variab
$ JAVA_OPTS=-Xmx1024m spring run hello.groovy
----
NOTE: When setting `JAVA_OPTS` on Microsoft Windows, make sure to quote the entire
instruction such as `set "JAVA_OPTS=-Xms256m -Xmx2048m"`. This will ensure the values
are passed properly to the process.
[[cli-deduced-grab-annotations]]
==== Deduced "`grab`" dependencies

Loading…
Cancel
Save