Skip to content

Commit b6d378d

Browse files
authored
Update MyBatisPlusGenerator.java
1 parent 3adb723 commit b6d378d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quick-sample-server/sample-server/src/main/java/com/quick/utils/MyBatisPlusGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected static List<String> getTables(String tables) {
2121
}
2222

2323
public static void main(String[] args) {
24-
FastAutoGenerator.create("jdbc:mysql://closnew-m.dbsit.sfcloud.local:3306/conversation?useUnicode=true&characterEncoding=utf8&useSSL=false&allowMultiQueries=true&serverTimezone=Asia/Shanghai", "conversation", "Robotkn2022")
24+
FastAutoGenerator.create("", "", "")
2525
// 全局配置
2626
.globalConfig((scanner, builder) -> {
2727
builder.author(scanner.apply("请输入作者")).fileOverride();

0 commit comments

Comments
 (0)