Jackson序列化與反序列化LocalDateTime、TimeStamp 等時間類型參數報錯

場景: 實體類Entity 部分屬性:java /** * 建立時間 */ @Column(name = "gmt_create") protected Timestamp gmtCreate; /** * 修改時間 */ @Column(name = "gmt_modified") protected Timestamp gmtModified; cont
相關文章
相關標籤/搜索