修改: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.convert.json.JsonConvert;
|
||||||
import org.redkale.util.Resourcable;
|
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;
|
import org.redkale.util.TypeToken;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.zdemo;
|
package net.tccn;
|
||||||
|
|
||||||
import org.redkale.util.TypeToken;
|
import org.redkale.util.TypeToken;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.zdemo;
|
package net.tccn;
|
||||||
|
|
||||||
import java.util.logging.Logger;
|
import java.util.logging.Logger;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.zdemo;
|
package net.tccn;
|
||||||
|
|
||||||
import org.redkale.util.TypeToken;
|
import org.redkale.util.TypeToken;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
package com.zdemo;
|
package net.tccn;
|
||||||
|
|
||||||
import org.redkale.boot.Application;
|
import org.redkale.boot.Application;
|
||||||
import org.redkale.boot.NodeServer;
|
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.annotation.Priority;
|
||||||
import org.redkale.cluster.ClusterAgent;
|
import org.redkale.cluster.ClusterAgent;
|
||||||
import org.redkale.cluster.ClusterAgentProvider;
|
import org.redkale.cluster.ClusterAgentProvider;
|
@ -1,4 +1,4 @@
|
|||||||
package com.zdemo.zhub;
|
package net.tccn.zhub;
|
||||||
|
|
||||||
// ================================================== lock ==================================================
|
// ================================================== lock ==================================================
|
||||||
public class 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.ConvertColumn;
|
||||||
import org.redkale.convert.json.JsonConvert;
|
import org.redkale.convert.json.JsonConvert;
|
@ -1,4 +1,4 @@
|
|||||||
package com.zdemo.zhub;
|
package net.tccn.zhub;
|
||||||
|
|
||||||
public class RpcResult<R> {
|
public class RpcResult<R> {
|
||||||
private String ruk;
|
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 net.tccn.timer.Timers;
|
||||||
import org.redkale.annotation.AutoLoad;
|
import org.redkale.annotation.AutoLoad;
|
||||||
import org.redkale.annotation.ResourceType;
|
import org.redkale.annotation.ResourceType;
|
Loading…
Reference in New Issue
Block a user