摘要: 转载自:https://www.cnblogs.com/yanghj010/p/10124329.html 查看编码 查看数据库编码。 show variables like '%char%'; 查看表编码 show create table <表名>; 例:show create table us 阅读全文
posted @ 2019-07-21 15:35 A阿饭 阅读(1265) 评论(0) 推荐(0) 编辑
摘要: 转载自:https://www.jianshu.com/p/836d455663da 问题描述 Spring Boot项目中含有Mybatis,打Jar包运行之后,报如下错误. 问题分析及解决方案 问题原因: Mybatis没有找到合适的加载类,其实是大部分spring - datasource - 阅读全文
posted @ 2019-07-21 10:24 A阿饭 阅读(3695) 评论(0) 推荐(0) 编辑