Skip to content

Commit 40bcf6d

Browse files
authored
typo maven-best-practices.md
1 parent 6e490b0 commit 40bcf6d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/tools/maven/maven-best-practices.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,12 @@ Maven 遵循标准目录结构来保持项目之间的一致性。遵循这种
2323
Maven 项目的标准目录结构如下:
2424

2525
```groovy
26-
src /
27-
main /
26+
src/
27+
main/
2828
java/
2929
resources/
30-
test/ java
31-
/
30+
test/
31+
java/
3232
resources/
3333
pom.xml
3434
```

0 commit comments

Comments
 (0)