No Such Method Error when creating JUnit test

后端 未结 5 798
忘了有多久
忘了有多久 2020-12-31 10:48

I\'ve tried figuring out this problem for the last 2 days with no luck. I\'m simply trying to create an annotation based JUnit test using the spring framework along with hi

5条回答
  •  鱼传尺愫
    2020-12-31 11:38

    Definitely you have different versions of your ClassWriter class at runtime than compile time.

提交回复
热议问题