Skip to content

Commit edce9cb

Browse files
committed
refactor: 修改描述
1 parent 5fd3316 commit edce9cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class GeberatorUIServer {
2727
.userName("root")
2828
.password("root")
2929
.driverClassName("com.mysql.cj.jdbc.Driver")
30-
//数据库schema,POSTGRE_SQL,ORACLE,DB2类型的数据库需要指定
30+
//数据库schema,MSSQL,PGSQL,ORACLE,DB2类型的数据库需要指定
3131
.schemaName("myBusiness")
3232
//如果需要修改entity及其属性的命名规则,以及自定义各类生成文件的命名规则,可自定义一个NameConverter实例,覆盖相应的名称转换方法,详细可查看该接口的说明:
3333
.nameConverter(new NameConverter() {

0 commit comments

Comments
 (0)