Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
maven pom配置文件优化 #454
maven pom配置文件优化 #454
Comments
|
get |


1、把依赖版本号统一放到properties里面 例如下面的版本需要改下放到
<properties></properties>中2、类似以下这种
统一用
jdk.version、project.build.sourceEncoding