feat():添加剩余注释

dev.parse
YangPeng 2024-10-08 16:08:45 +08:00 committed by ruyaxie
parent 75b6097fed
commit 92c2d7b11b
6 changed files with 12 additions and 2 deletions

View File

@ -7,7 +7,9 @@ import lombok.NoArgsConstructor;
import java.util.List; import java.util.List;
/** /**
*
* @version 1.0 * @version 1.0
* @Author xie ya ru * @Author xie ya ru
* @Date 2024/10/6 20:21 * @Date 2024/10/6 20:21

View File

@ -10,6 +10,10 @@ import org.apache.iotdb.tsfile.file.metadata.enums.TSDataType;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
/**
*IoTDB
*/
public class Iotdb { public class Iotdb {
public static void main(String[] args) throws IoTDBConnectionException, StatementExecutionException { public static void main(String[] args) throws IoTDBConnectionException, StatementExecutionException {

View File

@ -2,6 +2,9 @@ package com.muyu.data.util;
import org.eclipse.paho.client.mqttv3.*; import org.eclipse.paho.client.mqttv3.*;
/**
* MQTT
*/
public class Receive { public class Receive {
public static void main(String[] args) { public static void main(String[] args) {

View File

@ -10,6 +10,7 @@ import javax.annotation.PostConstruct;
import javax.annotation.Resource; import javax.annotation.Resource;
/** /**
*
* @version 1.0 * @version 1.0
* @Author xie ya ru * @Author xie ya ru
* @Date 2024/10/6 15:21 * @Date 2024/10/6 15:21

View File

@ -12,10 +12,10 @@ import org.springframework.web.bind.annotation.*;
import java.util.List; import java.util.List;
/** /**
* vin
* @version 1.0 * @version 1.0
* @Author xie ya ru * @Author xie ya ru
* @Date 2024/9/28 21:00 * @Date 2024/9/28 21:00
* @ vin
*/ */
@FeignClient(contextId = "remoteMessageValueService", value = ServiceNameConstants.ENTERPRISE_SERVICE, fallbackFactory = RemoteMessageValueFallbackFactory.class,path = "messageValue") @FeignClient(contextId = "remoteMessageValueService", value = ServiceNameConstants.ENTERPRISE_SERVICE, fallbackFactory = RemoteMessageValueFallbackFactory.class,path = "messageValue")
public interface RemoteMessageValueService { public interface RemoteMessageValueService {

View File

@ -10,10 +10,10 @@ import org.springframework.cloud.openfeign.FallbackFactory;
import java.util.List; import java.util.List;
/** /**
*
* @version 1.0 * @version 1.0
* @Author xie ya ru * @Author xie ya ru
* @Date 2024/9/28 21:04 * @Date 2024/9/28 21:04
* @
*/ */
@Log4j2 @Log4j2
public class RemoteMessageValueFallbackFactory implements FallbackFactory<RemoteMessageValueService> { public class RemoteMessageValueFallbackFactory implements FallbackFactory<RemoteMessageValueService> {