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 5fd3316 commit edce9cbCopy full SHA for edce9cb
README.md
@@ -27,7 +27,7 @@ public class GeberatorUIServer {
27
.userName("root")
28
.password("root")
29
.driverClassName("com.mysql.cj.jdbc.Driver")
30
- //数据库schema,POSTGRE_SQL,ORACLE,DB2类型的数据库需要指定
+ //数据库schema,MSSQL,PGSQL,ORACLE,DB2类型的数据库需要指定
31
.schemaName("myBusiness")
32
//如果需要修改entity及其属性的命名规则,以及自定义各类生成文件的命名规则,可自定义一个NameConverter实例,覆盖相应的名称转换方法,详细可查看该接口的说明:
33
.nameConverter(new NameConverter() {
0 commit comments