yshop3.0-RC2版本

This commit is contained in:
hupeng
2020-07-09 15:16:42 +08:00
parent 7347f37e19
commit 43f5ef2e41
353 changed files with 12676 additions and 1920 deletions

View File

@ -5,7 +5,7 @@
<parent>
<artifactId>yshop</artifactId>
<groupId>co.yixiang</groupId>
<version>3.0-alpha</version>
<version>3.0-RC2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
@ -20,7 +20,7 @@
<dependency>
<groupId>co.yixiang</groupId>
<artifactId>yshop-common</artifactId>
<version>3.0-alpha</version>
<version>3.0-RC2</version>
</dependency>
<!--模板引擎-->

View File

@ -22,7 +22,9 @@ public class GenConfig {
public GenConfig(String tableName) {
this.cover = false;
this.moduleName = "yshop-system";
this.moduleName = "yshop-mall";
this.author = "hupeng";
this.pack = "co.yixiang.modules";
this.tableName = tableName;
}