spring5.1.5 use version-dependent jackson

2.8.8 use the original version of the console jackson error results:

java.lang.ClassNotFoundException: com.fasterxml.jackson.databind.exc.InvalidDefinitionException

The reason is that version does not match

2.9.8 version of jackson use the problem-solving

spring5 to use jackson 2.9.X versions, will be lower than the version mismatch error

Guess you like

Origin www.cnblogs.com/zaks/p/11411858.html