Skip to content

Commit 26fcd68

Browse files
authored
Update 19.3. Using the Maven plugin.md
1 parent 3ce4282 commit 26fcd68

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
### 19.3. 使用Maven插件运行
22

3-
Spring Boot Maven插件包含一个`run`目标,它可以用来快速编译和运行应用程序。应用程序以一种暴露的方式运行,由于即时"热"加载,你可以编辑资源
3+
Spring Boot Maven插件包含一个`run`目标,可用来快速编译和运行应用程序,并且跟在IDE运行一样支持热加载
44
```shell
55
$ mvn spring-boot:run
66
```
7-
你可能想使用有用的操作系统环境变量
7+
你可以使用一些有用的操作系统环境变量
88
```shell
9-
$ export MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128M -Djava.security.egd=file:/dev/./urandom
9+
$ export MAVEN_OPTS=-Xmx1024m -XX:MaxPermSize=128M
1010
```
11-
("egd"设置是通过为Tomcat提供一个更快的会话keys熵源来加速Tomcat的。)

0 commit comments

Comments
 (0)