Mybatis
铁汉柔情li
怀才就像怀孕一样,时间久了才会显出来。
展开
-
MyBatis 条件判断 if-else 写法
mybatis 中没有if-else 写法 要用chose when otherwise 代替 代码实例 <select id="findActiveBlogLike" resultType="Blog"> SELECT * FROM BLOG WHERE state = ‘ACTIVE’ <choose> <when te...原创 2020-05-08 09:37:40 · 1328 阅读 · 0 评论 -
MyBatis场用sql语法
原符号 < <= > >= & ' " 替换符号 < <= > >= & ' "原创 2020-02-20 14:55:40 · 106 阅读 · 0 评论 -
【1】SpringBoot集成MyBatis--连接MySQL数据库时报错The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or
完整的错误信息为: The server time zone value 'Öйú±ê׼ʱ¼ä' is unrecognized or represents more than one time zone. You must configure either the server or JDBC driver (via the serverTimezone configuration pr...原创 2018-11-27 21:42:35 · 1447 阅读 · 1 评论