|
|
@ -36,6 +36,11 @@ public class TestXiaoTuPuController extends BaseController { |
|
|
private static final Gson gson = new GsonBuilder().create(); |
|
|
private static final Gson gson = new GsonBuilder().create(); |
|
|
private static final Type LIST_MAP_TYPE = new TypeToken<List<Map<String, Object>>>(){}.getType(); |
|
|
private static final Type LIST_MAP_TYPE = new TypeToken<List<Map<String, Object>>>(){}.getType(); |
|
|
|
|
|
|
|
|
|
|
|
@GetMapping("test10") |
|
|
|
|
|
public void test10(){ |
|
|
|
|
|
System.out.println(10); |
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
@GetMapping("test1") |
|
|
@GetMapping("test1") |
|
|
public void test1(){ |
|
|
public void test1(){ |
|
|
|
|
|
|
|
|
|