maven中dependency的属性(依赖)配置

原文:https://blog.csdn.net/vvvzcs/article/details/81625547

groupId,artfactId,version,type,classifier,scope,systemPath,exclusions,optional 是 maven的9种依赖属性,

其中groupId,artfactId,version是三个基本的依赖坐标,不可缺少。

groupId------包名(一般为域名的反写)。

artfactId------项目名。

version-------版本。
————————————————

posted @ 2020-06-25 09:42  生如逆旅,一苇以航  阅读(1220)  评论(0编辑  收藏  举报