Maven tomcat7 Plugin 远程部署到服务器实战

来源:互联网 发布:大逆之门txt知白下载 编辑:程序博客网 时间:2024/06/08 02:59

1.pom.xml




2.tomcat-user.xml



3.

<server>      <id>tomcat7</id>      <username>username</username>      <password>password</password>    </server>

4.tomcat7:deploy 

1 0
原创粉丝点击