1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-08-01 16:28:03 +08:00

typo maven-best-practices.md

This commit is contained in:
nullptr 2024-09-06 23:42:07 +08:00 committed by GitHub
parent 6e490b0c94
commit 40bcf6dacd
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
``` ```