|
@@ -55,7 +55,7 @@ public class CodeGeneration {
|
|
|
StrategyConfig strategy = new StrategyConfig();
|
|
|
strategy.setTablePrefix(new String[] { "sys_" });// 此处可以修改为您的表前缀
|
|
|
strategy.setNaming(NamingStrategy.underline_to_camel);// 表名生成策略
|
|
|
- strategy.setInclude(new String[] { "user" }); // 需要生成的表
|
|
|
+ strategy.setInclude(new String[] { "sys_user" }); // 需要生成的表
|
|
|
|
|
|
strategy.setSuperServiceClass(null);
|
|
|
strategy.setSuperServiceImplClass(null);
|