修改:zhub 插件包名称
This commit is contained in:
parent
96adba4e48
commit
bca3ac6590
@ -1 +1 @@
|
||||
com.zdemo.ZhubProvider
|
||||
net.tccn.ZhubProvider
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo;
|
||||
package net.tccn;
|
||||
|
||||
import org.redkale.convert.json.JsonConvert;
|
||||
import org.redkale.util.Resourcable;
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo;
|
||||
package net.tccn;
|
||||
|
||||
/**
|
||||
* 发布订阅 事件
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo;
|
||||
package net.tccn;
|
||||
|
||||
import org.redkale.util.TypeToken;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo;
|
||||
package net.tccn;
|
||||
|
||||
import org.redkale.util.TypeToken;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo;
|
||||
package net.tccn;
|
||||
|
||||
import java.util.logging.Logger;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo;
|
||||
package net.tccn;
|
||||
|
||||
import org.redkale.util.TypeToken;
|
||||
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo;
|
||||
package net.tccn;
|
||||
|
||||
import org.redkale.boot.Application;
|
||||
import org.redkale.boot.NodeServer;
|
@ -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;
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo.zhub;
|
||||
package net.tccn.zhub;
|
||||
|
||||
// ================================================== lock ==================================================
|
||||
public class Lock {
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo.zhub;
|
||||
package net.tccn.zhub;
|
||||
|
||||
import org.redkale.convert.ConvertColumn;
|
||||
import org.redkale.convert.json.JsonConvert;
|
@ -1,4 +1,4 @@
|
||||
package com.zdemo.zhub;
|
||||
package net.tccn.zhub;
|
||||
|
||||
public class RpcResult<R> {
|
||||
private String ruk;
|
@ -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;
|
Loading…
Reference in New Issue
Block a user