Skip to content

Commit 4c41808

Browse files
authored
Update 19.4. Using the Gradle plugin.md
1 parent 26fcd68 commit 4c41808

File tree

1 file changed

+3
-3
lines changed

1 file changed

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

3-
Spring Boot Gradle插件也包含一个`run`目标,它可以用来以暴露的方式运行你的应用程序。不管你什么时候导入`spring-boot-plugin``bootRun`任务总是被添加进去
3+
Spring Boot Gradle插件也包含一个`bootRun`任务,可用来运行你的应用程序。无论你何时import `spring-boot-gradle-plugin``bootRun`任务总会被添加进去
44
```shell
55
$ gradle bootRun
66
```
7-
你可能想使用那些有用的操作系统环境变量
7+
你可能想使用一些有用的操作系统环境变量
88
```shell
9-
$ export JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=128M -Djava.security.egd=file:/dev/./urandom
9+
$ export JAVA_OPTS=-Xmx1024m -XX:MaxPermSize=128M
1010
```

0 commit comments

Comments
 (0)