修改:工程结构变更为 标准 maven 工程

This commit is contained in:
2023-06-25 02:27:57 +08:00
parent 99cb1ea3c8
commit 9a3314e0e6
21 changed files with 36 additions and 52 deletions

View File

@@ -1,9 +1,7 @@
import com.google.gson.reflect.TypeToken;
import net.tccn.IType;
import net.tccn.zhub.RpcResult;
import net.tccn.zhub.ZHubClient;
import org.junit.Before;
import org.junit.Test;
import tccn.IType;
import tccn.zhub.ZHubClient;
// @RestService(automapping = true)
public class HelloService {