Skip to content

Commit 5ffd5db

Browse files
hengboygitee-org
authored andcommitted
!5 删除
Merge pull request !5 from 传文/master
2 parents e1b4d36 + 6c77d91 commit 5ffd5db

File tree

1 file changed

+0
-8
lines changed
  • api-boot-samples/api-boot-sample-logging/src/main/java/org/minbox/framework/api/boot/sample/logging

1 file changed

+0
-8
lines changed

api-boot-samples/api-boot-sample-logging/src/main/java/org/minbox/framework/api/boot/sample/logging/IndexController.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ public User index(@RequestBody User user) throws Exception {
4747
return user;
4848
}
4949

50-
@PostMapping(value = "/wen/test")
51-
public User index(@RequestBody User user) throws Exception {
52-
/*HttpEntity<String> httpEntity = new HttpEntity(JSON.toJSONString(user));
53-
ResponseEntity<String> result = restTemplate.postForEntity("http://localhost:8080/index", httpEntity, String.class);
54-
System.out.println(result.getBody());*/
55-
return user;
56-
}
57-
5850
@Data
5951
public static class User {
6052
private String name;

0 commit comments

Comments
 (0)