Seata json decode exception, Cannot construct instance of `java.time.LocalDateTime`问题,有效解决!
解决方案:
pom文件: <!--引入protostuff依赖--> <dependency> <groupId>io.protostuff</groupId> <artifactId>protostuff-core</artifactId> <version>1.6.0</version> </dependency> <dependency> <groupId>io.protostuff</groupId> <artifactId>protostuff-runtime</artifactId> <version>1.6.0</version> </dependency>
配置文件:
seata.client.undo.log-serialization=protostuff