Commit 20b7d9fc authored by xieshaojun's avatar xieshaojun

更新代码

parent f3d9030e
# 协议代理服务 # 协议代理服务
协议代理服务,第三方物联网设备私有协议,在此服务中进行编码适配 协议代理服务,第三方物联网设备私有协议,在此服务中进行编码适配
\ No newline at end of file
通过class-winter生产混淆代码
启动:
java -javaagent:your-project-encrypted.jar -jar your-project-encrypted.jar
\ No newline at end of file
...@@ -7,7 +7,7 @@ import org.springframework.beans.factory.annotation.Autowired; ...@@ -7,7 +7,7 @@ import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Component; import org.springframework.stereotype.Component;
import org.springframework.util.ObjectUtils; import org.springframework.util.ObjectUtils;
import vc.thinker.absctacts.protocolproxy.enums.IProtocolType; import vc.thinker.absctacts.protocolproxy.enums.IProtocolType;
import vc.thinker.absctacts.protocolproxy.protocol.AbstractThirdPartyProtocolSyncMeterInfo; import vc.thinker.absctacts.protocolproxy.protocol.AbstractThirdPartyProtocol;
import vc.thinker.config.device.DeviceInfoConfig; import vc.thinker.config.device.DeviceInfoConfig;
import vc.thinker.mqtt.forwardthinker.ThinkerProdProtocolClient; import vc.thinker.mqtt.forwardthinker.ThinkerProdProtocolClient;
import vc.thinker.mqtt.forwardthinker.dto.ThinkerReportDTO; import vc.thinker.mqtt.forwardthinker.dto.ThinkerReportDTO;
...@@ -24,7 +24,7 @@ import vc.thinker.thirdpartyproxy.protocolimpls.centralAir.dto.DataReportParamDT ...@@ -24,7 +24,7 @@ import vc.thinker.thirdpartyproxy.protocolimpls.centralAir.dto.DataReportParamDT
@Slf4j @Slf4j
@Component @Component
@RequiredArgsConstructor @RequiredArgsConstructor
public class CentralAirProtocol extends AbstractThirdPartyProtocolSyncMeterInfo implements TerminalReportData { public class CentralAirProtocol extends AbstractThirdPartyProtocol implements TerminalReportData {
@Autowired @Autowired
private DeviceInfoConfig deviceInfoConfig; private DeviceInfoConfig deviceInfoConfig;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment