30:08 Why manually send not found via if statement if you can use Optional.ofNullable? it is indicated that ResponseEntity will automatically return not found in this case
good video, something to add I followed the instructions and it wasn't working, until I added the last 2 lines in build.gradle > plugins Now updated looks like this: plugins { id 'java' id 'org.springframework.boot' version '3.2.1' id 'io.spring.dependency-management' version '1.1.4' }
You are absolutely excellent at this! Keep making these quality videos!!
Thank you so much! Stay tuned for more content! ❤️
Excellent material to review before an interview.
Glad you liked it! Stay tuned for more awesome content!
30:08 Why manually send not found via if statement if you can use Optional.ofNullable? it is indicated that ResponseEntity will automatically return not found in this case
Very informative. I am just learning spring and I understood everything from the first time. Thank you.
Glad you liked it!
Good explanation bro, it would be really awesome if you made a full course
Wow 😮 good job!!!
Thank you! Stay tuned for more!
Yyou need to increase the whole scale in the OS, not just the font size in the ide editor. on a 15 inch screen it looks small
great vid bro 👍
Thanks a lot! Stay tuned!
Can you use Spring in VS Code?
Sure! You can find instructions on how to set up spring-boot here: spring.io/guides/gs/guides-with-vscode
i now understand thank you
next part ??
In progress 😄
I have completed the course on Udemy, can’t wait for the complete spring boot course
The filler word "right" is very annoying
good video, something to add
I followed the instructions and it wasn't working, until I added the last 2 lines in build.gradle > plugins
Now updated looks like this:
plugins {
id 'java'
id 'org.springframework.boot' version '3.2.1'
id 'io.spring.dependency-management' version '1.1.4'
}
Great tip!