
mybatis
Wbw Belief
一枚产品梦在路上的全栈架构师。
展开
-
Springboot mybatis 采坑 | You have an error in your SQL syntax; check the manual that corresponds
填坑记录,springboot mybatis mapper文件错误,多了一个','号 . 基本上都是 大意引起的错误,比如:单词写错,类型写错 ,sql 语句错误等等。。。You have an error in your SQL syntax; check the manual that corresponds to your MySQL server具体异常:or...原创 2019-01-09 14:16:50 · 2197 阅读 · 1 评论 -
Mybatis-Generator Example | 逆向工程 generatorConfiguration 生成 类 Example 带字段注释
逆向工程生成的文件通常 pojo 类 没有 字段注释,也是有点不方便,而且功能也比较少,研究后发现可以实现的,详见官方文档。1.generatorConfiguration 配置 注意:如果生成的逆向工程文件带WithBLOBs ,通常是由数据库文本类型引起的。在配置文件加上:<columnOverride column="文本" javaType="java...原创 2019-06-05 16:07:08 · 1205 阅读 · 0 评论 -
Mybatis-plus 整合 springboot | 性能分析插件 PerformanceInterceptor
问题: mybatis-plus 性能分析插件执行无效果。配置:控制台:求教。。。。原创 2019-01-02 11:17:40 · 7393 阅读 · 4 评论