我用的""maven项目部署到tomcat的方式详解""

maven项目部署到tomcat的方式详解 1 在父项目上鼠标右键,--->maven install     2 在web项目的pom.xml中写上(在第"1"步前就应先写好): <plugins>             <plugin>                 <groupId>org.apache.tomcat.maven</groupId>                 <ar
相关文章
相关标签/搜索