Skip to content

Instantly share code, notes, and snippets.

@vrnsky
Created January 18, 2021 04:45
Show Gist options
  • Save vrnsky/8f2f18511fa553bab70e51fa25a641e6 to your computer and use it in GitHub Desktop.
Save vrnsky/8f2f18511fa553bab70e51fa25a641e6 to your computer and use it in GitHub Desktop.
2021-01-18 12:25:24 DEBUG RequestResponseBodyMethodProcessor:91 - Read "application/json;charset=ISO-8859-1" to [StudentData(firstName=John, lastName=Doe, grade=5)]
2021-01-18 12:25:24 DEBUG RequestResponseBodyMethodProcessor:265 - Using 'text/plain', given [*/*] and supported [text/plain, */*, application/json, application/*+json]
2021-01-18 12:25:24 DEBUG RequestResponseBodyMethodProcessor:91 - Writing ["You are great with your grade 5"]
2021-01-18 12:25:24 DEBUG DispatcherServlet:1131 - Completed 200 OK
2021-01-18 12:25:24 INFO LoggingFilter:104 - 0:0:0:0:0:0:0:1|> {
"firstName": "John",
"lastName": "Doe",
"grade": 5
}
2021-01-18 12:25:24 INFO LoggingFilter:89 - 0:0:0:0:0:0:0:1|> 200 OK
2021-01-18 12:25:24 INFO LoggingFilter:91 - 0:0:0:0:0:0:0:1|>
2021-01-18 12:25:24 INFO LoggingFilter:104 - 0:0:0:0:0:0:0:1|> You are great with your grade 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment