IDEA 自定义 MyBatis xml 模板,实现驼峰自动转下划线
IDEA 自定义 MyBatis xml 模板,实现驼峰自动转下划线
效果展示
自动将驼峰转为下划线,updateTime --> update_time
.
具体设置
<if test="$property$ != null and $property$ != ''">
and $field$ = #{$property$}
</if>
snakeCase(property)
.
.
参考
- WebStorm 中 React hooks useState 提示,如图所示
.