简体   繁体   中英

Exception when upgrading the spring web jar from 5.1.3 to Spring web 5.1.4

Need to upgrade the version of spring web from 5.1.3 to any higher version. Tried upgrading latest version also but still same exception.

java.lang.NoSuchMethodError: org.springframework.http.MediaType.equalsTypeAndSubtype(Lorg/springframework/util/MimeType;)Z

All the mockmvc test are failling. Content type not set java.lang.AssertionError: Content type not set

Have you tried rebuilding the project from within the IDE as well as via the build tool? Sometimes things get cached (incorrectly) and don't update, then you get this error?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM