具体问题
  1. 错误提示:cvc-complex-type.2.4.a: Invalid content was found starting with element ‘filter-class’. One of
    ‘{“http://java.sun.com/xml/ns/javaee”:description, “http://java.sun.com/xml/ns/javaee”:display-
    name, “http://java.sun.com/xml/ns/javaee”:icon, “http://java.sun.com/xml/ns/javaee”:filter-
    name}’ is expected.
  2. 图片描述
    cvc-complex-type.2.4.a: Invalid content was found starting with element 'filter-class'. One of '{"
问题解决方案

1.解决方法:交换 16,17 行cvc-complex-type.2.4.a: Invalid content was found starting with element 'filter-class'. One of '{"

  1. 错误原因:filter配置时候,对name,class等的位置排序有具体的要求,如果写乱了,就可能出现错了。

相关文章:

  • 2022-12-23
  • 2021-12-30
  • 2021-06-15
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2021-06-10
猜你喜欢
  • 2021-08-08
  • 2021-09-28
  • 2021-08-17
  • 2022-02-14
  • 2021-05-25
  • 2022-12-23
相关资源
相似解决方案