调整
This commit is contained in:
parent
2999eecbfb
commit
9371ddb1e9
@ -16,7 +16,7 @@ import java.io.Serial;
|
|||||||
* 设备通道信息 实体类。
|
* 设备通道信息 实体类。
|
||||||
*
|
*
|
||||||
* @author shikong
|
* @author shikong
|
||||||
* @since 2024-04-15
|
* @since 2024-04-17
|
||||||
*/
|
*/
|
||||||
@Accessors(chain = true)
|
@Accessors(chain = true)
|
||||||
@Data(staticConstructor = "create")
|
@Data(staticConstructor = "create")
|
||||||
|
@ -47,7 +47,7 @@ public class OrmGenerator {
|
|||||||
//创建配置内容
|
//创建配置内容
|
||||||
GlobalConfig globalConfig = new GlobalConfig();
|
GlobalConfig globalConfig = new GlobalConfig();
|
||||||
globalConfig.setBasePackage("cn.skcks.wx.official.orm");
|
globalConfig.setBasePackage("cn.skcks.wx.official.orm");
|
||||||
globalConfig.setSourceDir("./wx-official-orm/src/main/java");
|
globalConfig.setSourceDir(System.getProperty("user.dir") + "/wx-official-orm/src/main/java");
|
||||||
globalConfig.setAuthor(getGitUserName());
|
globalConfig.setAuthor(getGitUserName());
|
||||||
|
|
||||||
globalConfig.setEntityDataSource("mysql");
|
globalConfig.setEntityDataSource("mysql");
|
||||||
|
Loading…
Reference in New Issue
Block a user