使用IntelliJ IDEA提示找不到struts-default文件

使用IntelliJ IDEA创建struts2工程时,编写struts.xml文件时,提示找不到struts-default文件,网上搜了很多方法,终于找到了解决办法:

  1. 确认工程中导入了struts2-core-2.x.jar包;

  2. 在File → Project Structure → Modules → struts2,选择Default File Set,然后点击上方的“编辑”,添加struts-default.xml

    使用IntelliJ IDEA提示找不到struts-default文件_第1张图片

使用IntelliJ IDEA提示找不到struts-default文件_第2张图片

使用IntelliJ IDEA提示找不到struts-default文件_第3张图片

以上这是我解决的方法,希望对大家有用,如有错误,请大家及时留言纠正!

你可能感兴趣的:(javaweb)