java.lang.NoSuchMethodError: org.springframework.util.ReflectionUtils.clearCache()

后端 未结 2 1844
误落风尘
误落风尘 2021-01-11 11:35

I faced with a problem, was google it for a half of this day. Nothing could help me. It was working. But after that something has happened and i didn\'t capture that.

<
2条回答
  •  暖寄归人
    2021-01-11 12:09

    Well, java.lang.NoSuchMethodError means - incompatible versions in pom.xml

    Fix. pom.xml:

    
        4.1.6.RELEASE
        3.1.0
        1.9.2.RELEASE
        5.0.7.Final
        5.1.34
        2.1.1
        1.1
        
        4.11
        4.1.6.RELEASE
        4.1.6.RELEASE
        1.2
    
    

提交回复
热议问题