[ server] [ func.xray ] - 增加Config JSON 的Bean文件 - 1
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package io.wdd.func.xray.beans.xray.protocol.inbound;
|
||||
|
||||
import cc.larryzeta.manager.entity.xray.InboundObject;
|
||||
import io.wdd.func.xray.beans.xray.InboundObject;
|
||||
|
||||
public class DokodemoDoor extends InboundObject {
|
||||
}
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package io.wdd.func.xray.beans.xray.protocol.inbound.vless;
|
||||
|
||||
import cc.larryzeta.manager.entity.Client;
|
||||
import io.wdd.func.xray.beans.Client;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package io.wdd.func.xray.beans.xray.protocol.inbound.vless;
|
||||
|
||||
import cc.larryzeta.manager.entity.xray.InboundObject;
|
||||
import io.wdd.func.xray.beans.xray.InboundObject;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
package io.wdd.func.xray.beans.xray.protocol.inbound.vmess;
|
||||
|
||||
import io.wdd.func.xray.beans.Client;
|
||||
import lombok.Data;
|
||||
|
||||
@Data
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
package io.wdd.func.xray.service;
|
||||
|
||||
public interface XrayCoreService {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package io.wdd.func.xray.service;
|
||||
|
||||
public class XrayCoreServiceImpl implements XrayCoreService{
|
||||
}
|
||||
Reference in New Issue
Block a user