Skip to content

Commit e614c5a

Browse files
authored
Update 79.4.1 Configuring Spring Loaded for use with Maven.md
1 parent f60f124 commit e614c5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

IX. ‘How-to’ guides/79.4.1 Configuring Spring Loaded for use with Maven.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 79.4.1 使用Maven配置Spring Loaded
22

3-
为了在Maven命令行下使用Spring Loaded,你只需将它作为一个依赖添加到Spring Boot插件声明中即可,比如:
3+
为了在Maven命令行下使用Spring Loaded,你只需将它作为依赖添加到Spring Boot插件声明中即可,比如:
44
```xml
55
<plugin>
66
<groupId>org.springframework.boot</groupId>
@@ -14,4 +14,4 @@
1414
</dependencies>
1515
</plugin>
1616
```
17-
正常情况下,这在Eclipse和IntelliJ中工作的相当漂亮,只要它们有相应的,和Maven默认一致的构建配置(Eclipse m2e对此支持的更好,开箱即用)。
17+
正常情况下,这在Eclipse和IntelliJ IDEA中工作的相当漂亮,只要它们有相应的,和Maven默认一致的构建配置(Eclipse m2e对此支持的更好,开箱即用)。

0 commit comments

Comments
 (0)