
Maven
#
ACTIM__
ACTIM
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Maven Tomcat热部署插件配置
1. 修改 tomat/conf/tomcat-users.xml 添加<role rolename="manager-gui"/><role rolename="manager-script"/><user username="tomcat" password="tomcat" roles="manager-gui,manager-script...原创 2019-07-17 10:27:02 · 226 阅读 · 0 评论 -
【idea】关于使用maven创建的web项目在删除web.xml后web工具窗口“nothing to show”的问题,以及 Servlet 404
Servlet3.0之后的web项目可以不使用web.xml,但在删除使用maven模板创建的webapp项目中的web.xml后,web工具窗会显示“nothing to show” :解决方案:1. 点击 File -> Project Structure2. 移除Facets -> Web 下记录的web.xml的位置3. 点击OK,web窗口显示项目结构PS...原创 2019-08-14 14:23:24 · 1317 阅读 · 0 评论