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 779dd89 commit e060f08Copy full SHA for e060f08
quick-archetype/src/main/java/com/quick/utils/MyBatisPlusGenerator.java
@@ -14,7 +14,7 @@ public class MyBatisPlusGenerator {
14
15
public static final String OUT_DIR = "D:\\github\\spring-boot-quick\\quick-archetype\\src\\main\\java";
16
17
-
+
18
// 处理 all 情况
19
protected static List<String> getTables(String tables) {
20
return "all".equals(tables) ? Collections.emptyList() : Arrays.asList(tables.split(","));
0 commit comments