码迷,mamicode.com
首页 > 编程语言 > 详细

(spring data jpa)访问接口报错 : Invalid value for getInt() - '学生报名通道'

时间:2020-06-07 12:34:22      阅读:68      评论:0      收藏:0      [点我收藏+]

标签:could not   generic   ted   code   对象   nat   error:   hiberna   gen   

异常信息:

org.hibernate.engine.jdbc.spi.SqlExceptionHelper - SQL Error: 0, SQLState: S1009
org.hibernate.engine.jdbc.spi.SqlExceptionHelper - Invalid value for getInt() - ‘学生报名通道‘
com.zjxf.config.exception.GlobalException - could not execute query; nested exception is org.hibernate.exception.GenericJDBCException: could not execute query

问题已经很明显了, 对象中的字段类型错误, 我这儿 name 写了 Integer 所以报错了, 改成 String 即可.

(spring data jpa)访问接口报错 : Invalid value for getInt() - '学生报名通道'

标签:could not   generic   ted   code   对象   nat   error:   hiberna   gen   

原文地址:https://www.cnblogs.com/wqkeep/p/13059991.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!