当前位置: 代码迷 >> 综合 >> 遇到The markup in the document following the root element must be well-formed.怎么解决
  详细解决方案

遇到The markup in the document following the root element must be well-formed.怎么解决

热度:90   发布时间:2023-11-17 22:06:06.0

web.xml文件编写时出现下面的错误:

 

咋一看觉得没有任何问题

其实问题出在<web-app>最后面的/

这个/号代表结束标签

解决办法:

将/去掉

然后写上自己想写的东西

最后记得结束标签即可。

  相关解决方案