After changing the jackson-databind version to 2.9 under springboot, the project starts normally and the page cannot be accessed.

The

project uses springboot1.3.7 and the default jackson-databind version: 2.8.5, but now we have a dependency package that needs to use jackson-databind2.9.6, otherwise an error will be reported:

java.lang.NoSuchMethodError: com.fasterxml.jackson.databind.deser.BeanDeserializerBuilder.(Lcom/fasterxml/jackson/databind/BeanDescription;Lcom/fasterxml/jackson/databind/DeserializationContext;)V

after I changed the version, the project can run normally, but the page cannot be accessed. I don"t know why:

May.28,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3071c-2bd1f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3071c-2bd1f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?