Monday, 26 July 2021

cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element mvc:cors


In Spring MVC i tried to apply the cors i got the issue

Multiple annotations found at this line:

- Start tag of element <mvc:cors>

- cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element  mvc:cors

before solution below was displayed

 http://www.springframework.org/schema/mvc/spring-mvc-4.1.xsd"

To Solve the issue i changed to (removed version) then worked

 http://www.springframework.org/schema/mvc/spring-mvc.xsd"