Conversion not supported for type java.time.LocalDateTime
After the springboot is started, use the postman access path to prompt the conversion not supported for type java.time.localdatetime error. Check the information on the Internet,
In the entity entity class, the localdatetime of the java8 feature requires that the MySQL connector java version should not be lower than 5.1.37, and the early POM file can run normally after being modified to version 5.3.7
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-tx</artifactId>
<version>5.3.7</version>
</dependency>
Read More:
- [Solved] MindSpore Error: Data type conversion of ‘Parameter’ is not supporte
- [Solved] SpringBoot Error: HttpMediaTypeNotSupportedException: Content type ‘application/json‘ not supported
- How to Fix error: conversion from “” to non-scalar type “”
- AAR Call Error: only jar-type local dependencies are supported
- Jackson localdatetime to string error: jsr310 [How to Solve]
- MacOS Mojave uses SMB LAN share as backup disk of timemachine time machine. Disk does not support time machine backups. (error 45)
- [Solved] Failed to bind properties under ‘spring.datasource.type‘ to java.lang.Class<javax.sql.DataSource>
- RuntimeError: Exporting the operator uniform to ONNX opset version 12 is not supported.
- How to Solve Pandas Error: nested renamer is not supported python
- [Solved] Docker failed to start daemon: error initializing graphdriver: driver not supported
- [Solved] bin/hive Startup Error: Operation category READ is not supported in state standby
- [ERROR Swap]: running with swap on is not supported. Please disable swap
- How to Solve “Status bar could not find cached time string image. Rendering in-process.” in Xcode
- Grpc Compilation issues: “C++ versions less than C++11 are not supported.
- [Solved] The method getContextPath() from the type HttpServletRequest refers to the missing type String
- [Solved] OpenCV VideoWriter Error: FFMPEG: tag ‘MP4V‘ is not supported with codec id 12 and format mp4
- Mybatis Connect Database Error: Error querying database. Cause: java.sql.SQLException: The server time zone value..
- maven Error: Element ‘dependency’ cannot have character [children], because the type’s content type is
- bazel Compile Error: absl/base/policy_checks.h:79:2: error: #error “C++ versions less than C++14 are not supported.”
- [Solved] ibatis.builder.BuilderException: Error parsing Mapper XML: Could not resolve type alias ‘XXX‘