IDEA 自定义 MyBatis xml 模板,实现驼峰自动转下划线

IDEA 自定义 MyBatis xml 模板,实现驼峰自动转下划线

效果展示

自动将驼峰转为下划线,updateTime --> update_time

image-20231205144954610.



具体设置

<if test="$property$ != null and $property$ != ''">
    and $field$ = #{$property$}
</if>
snakeCase(property)

image-20231205145928908.

image-20231205150223693.



参考

  1. WebStorm 中 React hooks useState 提示,如图所示

image-20231205151237342.

  1. IDEA 帮助官方网站.
posted @ 2023-12-05 15:24  软柠柠吖  阅读(186)  评论(0编辑  收藏  举报