Skip to content

Commit

Permalink
typo maven-best-practices.md
Browse files Browse the repository at this point in the history
  • Loading branch information
null-1024 authored Sep 6, 2024
1 parent 6e490b0 commit 40bcf6d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/tools/maven/maven-best-practices.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Maven 遵循标准目录结构来保持项目之间的一致性。遵循这种
Maven 项目的标准目录结构如下:

```groovy
src /
main /
src/
main/
java/
resources/
test/ java
/
test/
java/
resources/
pom.xml
```
Expand Down

0 comments on commit 40bcf6d

Please sign in to comment.