IDEA下创建Maven Web项目并集成tomcat并运行
创建maven web工程
填写项目信息
设置maven环境
补全maven web的工程结构
pom文件中添加tomcat插件
<build>
<plugins>
<!--tomcat插件-->
<plugin>
<groupId>org.apache.tomcat.maven</groupId>
<artifactId>tomcat7-maven-plu...
原创
2021-12-08 11:00:21 ·
234 阅读 ·
0 评论