2-4
dependencies所有模块都依赖的公用模块
dependencymanagement是子模块可能会用到的
<build>工程编译的版本
把版本号提出到properties,后面的版本号用${xxx.version}指代
lombok插件分两步:
在plugin里面搜索安装;
annotation processor里面勾选enable annotation那个