yshop3.0-RC2版本
This commit is contained in:
@ -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>
|
||||
|
||||
<!--模板引擎-->
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user