Caused by: java.sql.SQLException: Column 'show_type' not found
Posted 浪子_江流儿
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Caused by: java.sql.SQLException: Column 'show_type' not found相关的知识,希望对你有一定的参考价值。
今天在处理个问题的时候遇到了这么个bug,难住了老半天.网上找了挺多资料.这是因为hibernate在别名上的不支持.处理方案是在jdbc数据库连接上计入了这么个配置.
绿色的相当于是个连接符.
url="jdbc:mysql://localhost:3306/game_center?useUnicode=true&characterEncoding=UTF-8&useOldAliasMetadataBehavior=true"
参考的博文是:http://blog.csdn.net/tang745163962/article/details/41726443
以上是关于Caused by: java.sql.SQLException: Column 'show_type' not found的主要内容,如果未能解决你的问题,请参考以下文章
Mathematical Problems Caused by CCD
Caused by: java.lang.NoClassDefFoundError:
异常Caused by: java.lang.ClassNotFoundException: org.springframework.dao.DataIntegrityViolationExcep