定时框架quartz集成PostgreSQL抛错:org.postgresql.util.PSQLException: 不良的类型值 long : \x
quartz 定时任务配置文件中添加以下配置// quartz参数Properties prop = new Properties();//PostgreSQL数据库,需要添加此配置prop.put("org.quartz.jobStore.driverDelegateClass", "org.quartz.impl.jdbcjobstore.PostgreSQLDelegate");...