xml版本问题,可以查看你的web.xml文件中webapp标签中的信息:

eclipse保存web.xml文件时很卡?

解决方式一:

在导入xml文件时,注意版本,我第一个动态web项目是3.0版本(保存web.xml文件不卡),所以这里也要保持3.0版本。

eclipse保存web.xml文件时很卡?

解决方式二:

使用@WebServlet代替web.xml中的配置

 

相关文章:

  • 2022-12-23
  • 2021-04-10
  • 2021-05-11
  • 2021-05-01
  • 2022-01-03
  • 2021-12-11
猜你喜欢
  • 2022-12-23
  • 2021-06-28
  • 2022-02-07
  • 2022-12-23
  • 2022-12-23
  • 2021-07-12
  • 2022-12-23
相关资源
相似解决方案