maven中的继承是在子类工程中加入父类的groupId,artifactId,version并用parent标签囊括maven
depenentManagement标签做用:xml
当父类的pom.xml中没有dependencyManagement标签时,子工程将继承父工程的全部依赖,有此标签则可自定义继承所需依赖继承
子类工程继承自父类工程的依赖可不加依赖版本号io