待解决问题
linyimin0812 opened this issue · comments
linyimin commented
- 有些项目很慢(如mybatis-demo),需要优化
- sql编辑器(语法校验)
- 编辑器滑动流畅性
- 形如
List<ClcPlanDO> listPlan(@Param("index") long index, @Param("offset") long offset);
不能识别到参数
convert mybatis xml to sql statement; mybatis param mock; sql specification check; sql index check; sql execution; sql stress; mybatis sql scan
linyimin0812 opened this issue · comments
List<ClcPlanDO> listPlan(@Param("index") long index, @Param("offset") long offset);
不能识别到参数