Spring mvc PostgreSQL 插入timestamp和int8

timestamp类型的字段用

new Timestamp(System.currentTimeMillis()) 插入

ts的int8用

System.currentTimeMillis()插入

原文地址:https://www.cnblogs.com/kgdxpr/p/3049237.html