update java samples

This commit is contained in:
William Cheng
2024-01-12 12:51:33 +08:00
parent e384201416
commit 75ef9e0b02
136 changed files with 768 additions and 768 deletions

View File

@@ -64,7 +64,7 @@ public interface PetApi {
@RequestMapping(
method = RequestMethod.POST,
value = "/pet",
produces = "application/json",
produces = "application/json,application/xml",
consumes = "application/json"
)