摘要: http://c.biancheng.net/springcloud/ 阅读全文
posted @ 2022-08-22 16:17 keyboard达人 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 1 @Data 2 class User{ 3 private String name; 4 private Double price; 5 } 6 //get请求无参数 7 @Test 8 void fun1(){ 9 String url = "http://localhost:8082/get 阅读全文
posted @ 2022-08-22 09:47 keyboard达人 阅读(41) 评论(0) 推荐(0) 编辑