1.在pom下添加Tomcat插件:
<plugin> <groupId>org.apache.tomcat.maven</groupId> <artifactId>tomcat7-maven-plugin</artifactId> <version>2.2</version> <configuration> <!--<url>http://localhost:8080/data</url>--> <!--<server>tomcat7-local</server>--> <path>/data</path> </configuration> </plugin>
2.Run-->Edit Configurations,添加Maven配置,具体配置如下:
3.Apply,Ok,然后在右上角点击右三角运行即可...
时间: 2024-10-09 15:22:06