内容简介:code-gen v1.5.6 已经发布,代码生成工具 此版本更新内容包括: 【新增】常用变量 ${context.randomInt}:int随机数 ${context.randomLong}:long随机数 ${context.randomBoolean}:boolean随机 ${context.u...
code-gen v1.5.6 已经发布,代码生成工具
此版本更新内容包括:
- 【新增】常用变量
${context.randomInt}:int随机数
${context.randomLong}:long随机数
${context.randomBoolean}:boolean随机
${context.uuid}:生成uuid
${context.nextId}:生成唯一id,基于雪花算法
- 【新增】新增velocity变量,
${column.isNullable}
:字段是否可空,返回boolean #I4QAMO - 【新增】新增velocity变量,
${column.columnNameLF}
:表中字段名首字母小写 #I4QJJY - 【优化】多个模板组切换问题 #I4QFDO
- 【修复】修复升级1.4.0表名重复问题 #I4LQJW
详情查看:https://gitee.com/durcframework/code-gen/releases/v1.5.6
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- 利用代码生成工具生成基于ABP框架的代码
- Java 代码生成
- 调试 Go 的代码生成
- 实战:一键生成前后端代码,Mybatis-Plus代码生成器让我舒服了
- 代码生成模式:未来我们会怎样写代码?
- [译] 调试 Go 的代码生成
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Algorithms and Data Structures
Kurt Mehlhorn、Peter Sanders / Springer / 2008-08-06 / USD 49.95
Algorithms are at the heart of every nontrivial computer application, and algorithmics is a modern and active area of computer science. Every computer scientist and every professional programmer shoul......一起来看看 《Algorithms and Data Structures》 这本书的介绍吧!