Skip to content

Commit ed43f01

Browse files
classfier->classifier
修改两处拼写错误
1 parent d593329 commit ed43f01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notes/构建工具.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ POM 代表项目对象模型,它是一个 XML 文件,保存在项目根目
9696
</dependency>
9797
```
9898

99-
[groupId, artifactId, version, packaging, classfier] 称为一个项目的坐标,其中 groupId、artifactId、version 必须定义,packaging 可选(默认为 Jar),classfier 不能直接定义的,需要结合插件使用。
99+
[groupId, artifactId, version, packaging, classifier] 称为一个项目的坐标,其中 groupId、artifactId、version 必须定义,packaging 可选(默认为 Jar),classifier 不能直接定义的,需要结合插件使用。
100100

101101
- groupId:项目组 Id,必须全球唯一;
102102
- artifactId:项目 Id,即项目名;

0 commit comments

Comments
 (0)