修改:zhub 插件包名称

This commit is contained in:
梁显优 2023-05-08 16:09:19 +08:00
parent 96adba4e48
commit bca3ac6590
13 changed files with 15 additions and 15 deletions

View File

@ -1 +1 @@
com.zdemo.ZhubProvider
net.tccn.ZhubProvider

View File

@ -1,4 +1,4 @@
package com.zdemo;
package net.tccn;
import org.redkale.convert.json.JsonConvert;
import org.redkale.util.Resourcable;

View File

@ -1,4 +1,4 @@
package com.zdemo;
package net.tccn;
/**
* 发布订阅 事件

View File

@ -1,4 +1,4 @@
package com.zdemo;
package net.tccn;
import org.redkale.util.TypeToken;

View File

@ -1,4 +1,4 @@
package com.zdemo;
package net.tccn;
import org.redkale.util.TypeToken;

View File

@ -1,4 +1,4 @@
package com.zdemo;
package net.tccn;
import java.util.logging.Logger;

View File

@ -1,4 +1,4 @@
package com.zdemo;
package net.tccn;
import org.redkale.util.TypeToken;

View File

@ -1,4 +1,4 @@
package com.zdemo;
package net.tccn;
import org.redkale.boot.Application;
import org.redkale.boot.NodeServer;

View File

@ -1,6 +1,6 @@
package com.zdemo;
package net.tccn;
import com.zdemo.zhub.ZHubClient;
import net.tccn.zhub.ZHubClient;
import org.redkale.annotation.Priority;
import org.redkale.cluster.ClusterAgent;
import org.redkale.cluster.ClusterAgentProvider;

View File

@ -1,4 +1,4 @@
package com.zdemo.zhub;
package net.tccn.zhub;
// ================================================== lock ==================================================
public class Lock {

View File

@ -1,4 +1,4 @@
package com.zdemo.zhub;
package net.tccn.zhub;
import org.redkale.convert.ConvertColumn;
import org.redkale.convert.json.JsonConvert;

View File

@ -1,4 +1,4 @@
package com.zdemo.zhub;
package net.tccn.zhub;
public class RpcResult<R> {
private String ruk;

View File

@ -1,6 +1,6 @@
package com.zdemo.zhub;
package net.tccn.zhub;
import com.zdemo.*;
import net.tccn.*;
import net.tccn.timer.Timers;
import org.redkale.annotation.AutoLoad;
import org.redkale.annotation.ResourceType;