dev-resources.site
for different kinds of informations.
[HELP] Spring Boot: field is not set in request
Published at
6/9/2022
Categories
spring
learning
tdo
request
Author
Domenico Rizzo
I'm learning Spring Boot. My learning project is in this repository github.
I have this controller where in the method createTodo I have as RequestBody this dto where I have the problem that only the field "when" is not filled properly when I make a post on that controller route.
I tried to insert a log but I didn't succeed. I don't know why all the other field are filled and only "when" not.
This is an example of the body to the call at such route:
{
"what": "Buy bread",
"when": "2022-06-01 19:00:00",
"where": "To the grocery store"
}
Articles
9 articles in total
[HELP] Spring Boot: field is not set in request
currently reading
Teamwork
read article
Building a Complete Testing Framework
read article
Building Deep Relationships
read article
Changing is possible
read article
Hard Work doesn't matter
read article
To Be too harsh with yourself
read article
Why do I like to learn?
read article
Why we need to discover ourselves?
read article
Featured ones: