Getting error message with spring “cvc-elt.1: Cannot find the declaration of element 'beans'.”

后端 未结 5 1459
心在旅途
心在旅途 2020-12-19 01:50

I\'m trying to set up a simple spring application and I\'m getting the below exception. This is being run standalone in eclipse indigo.

Exception in thread \         


        
5条回答
  •  鱼传尺愫
    2020-12-19 02:28

    the maven shade plugin seems to replace the spring.schemas file in the jars,so creating one of our own with all the individual spring.schema contents from each of the jar should solve the issue.

提交回复
热议问题