This commit is contained in:
qaiu
2023-04-21 01:24:31 +08:00
parent 54a1a6b7f4
commit 2457ded158
10 changed files with 10 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ package cn.qaiu.lz.common;
import io.vertx.core.json.JsonObject;
/**
* sinoreal2-web <br>
* lz-web <br>
* 实现此接口 POJO转JSON对象
*
* @author <a href="https://qaiu.top">QAIU</a>

View File

@@ -11,7 +11,7 @@ import lombok.Data;
import lombok.NoArgsConstructor;
/**
* sinoreal2-web
* lz-web
*
* @author <a href="https://qaiu.top">QAIU</a>
* <br>Create date 2021/8/10 11:10

View File

@@ -1,5 +1,5 @@
/**
* sinoreal2-web
* lz-web
* <br>Create date 2021/7/8 13:29
*
* @author <a href="https://qaiu.top">QAIU</a>

View File

@@ -7,7 +7,7 @@ import io.vertx.core.Future;
import io.vertx.core.json.JsonObject;
/**
* sinoreal2-web
* lz-web
* <br>Create date 2021/7/12 17:16
*
* @author <a href="https://qaiu.top">QAIU</a>

View File

@@ -7,7 +7,7 @@ import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/**
* sinoreal2-web
* lz-web
* <br>Create date 2021/8/25 14:28
*
* @author <a href="https://qaiu.top">QAIU</a>

View File

@@ -6,7 +6,7 @@ import io.vertx.codegen.annotations.ProxyGen;
import io.vertx.core.Future;
/**
* sinoreal2-web
* lz-web
* <br>Create date 2021/8/27 14:06
*
* @author <a href="https://qaiu.top">QAIU</a>

View File

@@ -9,7 +9,7 @@ import io.vertx.core.json.JsonObject;
import lombok.extern.slf4j.Slf4j;
/**
* sinoreal2-web
* lz-web
* <br>Create date 2021/7/12 17:26
*
* @author <a href="https://qaiu.top">QAIU</a>

View File

@@ -6,7 +6,7 @@ import cn.qaiu.vx.core.annotaions.Service;
import io.vertx.core.Future;
/**
* sinoreal2-web
* lz-web
* <br>Create date 2021/8/27 14:09
*
* @author <a href="https://qaiu.top">QAIU</a>

View File

@@ -1,3 +1,3 @@
curl -F "file=@C:\Users\qaiu\Desktop\real\sinoreal2-web\web\src\main\resources\logback.xml" -i -XPOST 127.0.0.1:8088/demo/basePointApi/importTags
curl -F "file=@C:\Users\qaiu\Desktop\real\lz-web\web\src\main\resources\logback.xml" -i -XPOST 127.0.0.1:8088/demo/basePointApi/importTags
curl -F "file=@C:\Users\qaiu\Desktop\3.csv" -i -XPOST 127.0.0.1:8088/demo/basePointApi/importTags

View File

@@ -11,7 +11,7 @@ import io.vertx.ext.stomp.StompServerOptions;
import java.util.Arrays;
/**
* sinoreal2-web
* lz-web
* <p>create 2021/9/18 12:10</p>
*
* @author <a href="https://qaiu.top">QAIU</a>