Commit 66518f82 authored by yanzg's avatar yanzg

表结构修改

parent 51d27a4e
......@@ -7,6 +7,7 @@ import com.yanzuoguang.util.helper.StringHelper;
import com.yanzuoguang.util.thread.ThreadHelper;
import helper.vo.BaiduDate;
import org.junit.Test;
import org.springframework.context.annotation.Profile;
import java.util.ArrayList;
import java.util.Date;
......@@ -91,6 +92,7 @@ public class HttpHelperTest {
}
@Test
@Profile({"mrod", "prod"})
public void testHelper() throws Exception {
String result = HttpHelper.post("http://127.0.0.1:6903/test/wait/20000", StringHelper.EMPTY);
System.out.println(result);
......
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