We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ce4282 commit 26fcd68Copy full SHA for 26fcd68
III. Using Spring Boot/19.3. Using the Maven plugin.md
@@ -1,11 +1,10 @@
1
### 19.3. 使用Maven插件运行
2
3
-Spring Boot Maven插件包含一个`run`目标,它可以用来快速编译和运行应用程序。应用程序以一种暴露的方式运行,由于即时"热"加载,你可以编辑资源。
+Spring Boot Maven插件包含一个`run`目标,可用来快速编译和运行应用程序,并且跟在IDE运行一样支持热加载。
4
```shell
5
$ mvn spring-boot:run
6
```
7
-你可能想使用有用的操作系统环境变量:
+你可以使用一些有用的操作系统环境变量:
8
9
-$ export MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128M -Djava.security.egd=file:/dev/./urandom
+$ export MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128M
10
11
-("egd"设置是通过为Tomcat提供一个更快的会话keys熵源来加速Tomcat的。)
0 commit comments