1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

Merge pull request #2477 from null-1024/patch-1

typo maven-best-practices.md
This commit is contained in:
Guide 2024-09-07 17:37:37 +08:00 committed by GitHub
commit 223fd4f18f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,12 +23,12 @@ Maven 遵循标准目录结构来保持项目之间的一致性。遵循这种
Maven 项目的标准目录结构如下: Maven 项目的标准目录结构如下:
```groovy ```groovy
src / src/
main / main/
java/ java/
resources/ resources/
test/ java test/
/ java/
resources/ resources/
pom.xml pom.xml
``` ```