报错:
org.springframework.orm.jpa.JpaSystemException: could not execute query; nested exception is org.hibernate.exception.GenericJDBCException: could not execute query
解决:
实体类中的字段的格式和数据库中的表中该字段的数据格式不一致,改为一致即可
报错:
org.springframework.orm.jpa.JpaSystemException: could not execute query; nested exception is org.hibernate.exception.GenericJDBCException: could not execute query
解决:
实体类中的字段的格式和数据库中的表中该字段的数据格式不一致,改为一致即可