码迷,mamicode.com
首页 > Web开发 > 详细

Hibernate: ‘\xE6\x9D\x8E\xE5\x9B\x9B‘ for column ‘cust_name‘ at row 1 解决

时间:2019-04-03 20:32:48      阅读:384      评论:0      收藏:0      [点我收藏+]

标签:read   style   except   utf-8   war   rect   could not   order   tps   


新建Hibernate,出现异常

  1 20:11:03,117  WARN SqlExceptionHelper:137 - SQL Error: 1366, SQLState: HY000
  2  20:11:03,117 ERROR SqlExceptionHelper:142 - Incorrect string value: ‘\xE6\x9D\x8E\xE5\x9B\x9B‘ for column ‘cust_name‘ at row 1
  3  Exception in thread "main" org.hibernate.exception.GenericJDBCException: could not execute statement
  3

解决方案: Hibernate项目使用的数据库编码格式必须是utf-8

技术图片

Hibernate: ‘\xE6\x9D\x8E\xE5\x9B\x9B‘ for column ‘cust_name‘ at row 1 解决

标签:read   style   except   utf-8   war   rect   could not   order   tps   

原文地址:https://www.cnblogs.com/browselife/p/10651217.html

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