In the process of rabbitmq docking, after importing the jar package, errors such as mismatch of jar package version and lack of method are reported during compilation;
Processing method: import the missing jar package
<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-annotations</artifactId> <version>2.9.7</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.9.8</version> </dependency> <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-core</artifactId> <version>2.9.8</version> </dependency>
Similar Posts:
- Springboot is compatible with jackson.databind and reports errors [How to Solve]
- @Jsonignoreproperties does not work [How to Solve]
- [Solved] com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field “FileSi…
- com.fasterxml.jackson.databind.exc.InvalidDefinitionException: No serializer found for class tonels.
- [Solved] swagger Document Error: For input string: “”
- [Solved] No serializer found for class XXX and no properties discovered to create BeanSerializer
- [Solved] Using Jackson string to convert entity to report error: mismatchedinput exception: cannot construct instance of
- [Solved] com.fasterxml.jackson.core.JsonParseException: Illegal unquoted character ((CTRL-CHAR, code 10)): ha
- [Solved] Java.io.EOFException: No content to map to Obje…
- [Solved] SLF4J: Failed to load class “org.slf4j.impl.StaticLoggerBinder”.