The video was really helpful, thank you so much. I would like to see a video where you build a spring boot + nuxt.js app, and explain how to deploy it properly.
@orhn Жыл бұрын
It is very cool you can work with JsonNode as well as iterating over it without need of casting or checking for array
@Asingh42 Жыл бұрын
Great Dan! I would love see you diving into more concepts like these… keep up the work man✨❤️
@ArjunKumar-zu2kl Жыл бұрын
Very well done Dan, thank you so much.... You are awesome...
@asterixcode Жыл бұрын
Great stuff. Is there a video of yours where I can learn more about @version?
@marouaniAymen Жыл бұрын
Thanks for the video, but in the case of a huge amount of JSON data the streaming approach is more appropriate (it can be a subject for a video).
@vera_coder Жыл бұрын
Hello! Very useful
@meilyn229 ай бұрын
This only applies when you don't wanna have a response DTO of some sort right? We could always set the DTOS or Entities from the response and avoid doing all of these using JPA?
@maneshipocrates Жыл бұрын
Good stuff. Thanks
@cheikhsow6199 Жыл бұрын
very good job
@buksvdl Жыл бұрын
JsonPath point at edges, map each node to Post record?
@nzrodgersmg Жыл бұрын
Hi Dan, great tutorial, thanks :) I have a very similar use-case in a project I'm currently working on, however we're using JPA and MariaDB for data persistence. Would it make sense to still use a record for the object mapping, or try to map the incoming JSON data directly to the Entity?
@rniestroj Жыл бұрын
What does this code suggestions?
@viewer_evgeniy Жыл бұрын
What makes people pick Spring Data JDBC over Spring Data JPA and vice versa?
@zayedh8089 Жыл бұрын
Could you please do a video springboot with jwt (class dofilterchain) to explain how to do with .cors
@sthanadabouth Жыл бұрын
dan vega is my hero
@deeplife96547 ай бұрын
Can you get the GitHub link of the project?
@jopadjr Жыл бұрын
70th...Thanks Dan
@ax8635 Жыл бұрын
Cool... so no Spring Data JPA/Hibernate anymore?
@DanVega Жыл бұрын
I used Spring Data... This was more about how to read a JSON file