pom

作者: zzqsmile | 来源:发表于2021-09-18 14:53 被阅读0次
    • 父pom.xml
    <modules>
        <module>servlet-02</module>
    </modules> 
    
    • 子pom.xml
     <parent>
        <groupId>com.zzqsmile</groupId>
        <artifactId>servlet-02</artifactId>
        <version>1.0-SNAPSHOT</version>
      </parent>
    
      <artifactId>servlet-02</artifactId>
      <packaging>war</packaging>
    

    相关文章

      网友评论

          本文标题:pom

          本文链接:https://www.haomeiwen.com/subject/hzzjgltx.html