
mybatis
一个优秀的颓废程序猿
在奋斗的年龄不要选择安逸
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
元素类型为 "configuration" 的内容必须匹配 "(properties?,settings?,typeAliases?,typeHandlers?,objectFactory?,obje
配置mybatis-config.xml文件出现如下报错: Cause: org.apache.ibatis.builder.BuilderException: Error creating document instance. Cause: org.xml.sax.SAXParseException; lineNumber: 40; columnNumber: 17; 元素类型为 "con...原创 2019-03-19 15:24:10 · 1135 阅读 · 0 评论 -
java.sql.SQLException: The server time zone value '?й???????'
描述: Error querying database. Cause: java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either the server or JDBC...原创 2019-03-19 15:30:02 · 2889 阅读 · 0 评论 -
check the manual that corresponds to your MySQL server version for the right syntax to use near
原先程序好好运行的,突然线上包check the manual that corresponds to your MySQL server version for the right syntax to use near,在此记录一下排查过程; 1.查找资料说,可能是数据库表字段与mysql的保留关键字有冲突导致的,但是单个添加可以,批量添加不行,和保留字无关。 2.看源码是偶然看到,在批量添...原创 2019-07-12 18:07:14 · 1340 阅读 · 0 评论 -
Data truncation: Data too long for column 'xxx' at row 1
Data truncation: Data too long for column 'xxx' at row 1完整的错误内容可能是下面这样的:严重: Servlet.service() for servlet [SpringMVC] in context with path [/zhuozhouzyy] t...转载 2019-08-21 17:15:01 · 19501 阅读 · 0 评论