We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb4d37 commit f2339cfCopy full SHA for f2339cf
README.md
@@ -30,7 +30,7 @@ public class GeberatorUIServer {
30
.driverClassName("com.mysql.cj.jdbc.Driver")
31
//数据库schema,MSSQL,PGSQL,ORACLE,DB2类型的数据库需要指定
32
.schemaName("myBusiness")
33
- //数据库表前缀,生成entity名称时会去掉
+ //数据库表前缀,生成entity名称时会去掉(v2.0.3新增)
34
.tablePrefix("t_")
35
//如果需要修改entity及其属性的命名规则,以及自定义各类生成文件的命名规则,可自定义一个NameConverter实例,覆盖相应的名称转换方法,详细可查看该接口的说明:
36
.nameConverter(new NameConverter() {
0 commit comments