Skip to content

Commit 3a4a6a2

Browse files
authored
Merge pull request alibaba#384 from yzx2107/master
correct the typo for GAV term.
2 parents 08a207f + d44528a commit 3a4a6a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

p3c-gitbook/本手册专有名词.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## 附2:本手册专有名词
22
1. POJO(Plain Ordinary Java Object): 在本手册中,POJO专指只有setter / getter / toString的简单类,包括DO/DTO/BO/VO等。
3-
2. GAV(GroupId、ArtifactctId、Version): Maven坐标,是用来唯一标识jar包。
3+
2. GAV(GroupId、ArtifactId、Version): Maven坐标,是用来唯一标识jar包。
44
3. OOP(Object Oriented Programming): 本手册泛指类、对象的编程处理方式。
55
4. ORM(Object Relation Mapping): 对象关系映射,对象领域模型与底层数据之间的转换,本文泛指iBATIS, mybatis等框架。
66
5. NPE(java.lang.NullPointerException): 空指针异常。

0 commit comments

Comments
 (0)