IncompatibleClassChangeError: class ClassMetadataReadingVisitor has interface ClassVisitor as super class

后端 未结 5 688
心在旅途
心在旅途 2020-12-03 04:17

I have built a web application using spring-mvc and mongodb as database. I used maven3 to build the application.

Project builds successfully but when application sta

5条回答
  •  星月不相逢
    2020-12-03 04:43

    Update for those moving to versions above 3.1.x ... as made clear by this answer here there is no longer a separate spring-asm, so it would be better to exclude spring-asm altogether, once you're at Spring version 3.2.x

提交回复
热议问题