观书散遗帙,探古穷至妙。这篇文章主要讲述maven运行webapp项目相关的知识,希望能为你提供帮助。
1、修改pom.xml配置
文章图片
< plugin> < groupId> org.apache.tomcat.maven< /groupId> < artifactId> tomcat7-maven-plugin< /artifactId> < version> 2.2< /version> < configuration> < port> 8080< /port> < /configuration> < /plugin> < plugin> < groupId> org.apache.maven.plugins< /groupId> < artifactId> maven-compiler-plugin< /artifactId> < configuration> < target> 1.8< /target> < source> 1.8< /source> < encoding> UTF-8< /encoding> < /configuration> < /plugi
2、设置congfigurations
文章图片
再点击运行就可以啦~
【maven运行webapp项目】
推荐阅读
- Android性能优化(阿里腾讯等关于内存泄露的知识都在这里了!)
- 什么是APP-假如我要写一门app的语言
- android studio无法识别模拟器问题解决
- HTML Application Cache 离线应用
- Android 踩坑日记 - RecyclerView 布局问题
- Android ImageButton 点击变按钮图片
- android使用service
- 如何找到Hive提交的SQL相对应的Yarn程序的applicationId
- Vue webAPP首页开发