Spring Boot & JSON: A Practical Guide to reading JSON and Persisting it to a database

preview_player
Показать описание
👋 Hey Developers!

Are you tired of wrestling with JSON data and databases in your Spring Boot projects? Look no further! In this comprehensive tutorial, we'll dive deep into "Spring Boot & JSON: A Practical Guide to Database Persistence."

🔥 What You'll Learn:

How to set up a Spring Boot application from scratch.
The ins and outs of handling JSON data effectively.
Seamless integration with databases using Spring Data JDBC.
Real-world examples to read JSON and persist it to a database.

🛠️ Tech Stack:

Spring Boot
JSON
Spring Data JDBC
H2

🎯 Who This Video is For:

- Intermediate Java developers looking to level up their Spring Boot skills.
- Backend developers who want to master JSON and database operations.
- Anyone interested in building robust and scalable Spring Boot applications.

Don't miss out on this opportunity to simplify your development process and build more efficient applications. Hit that "Subscribe" button and ring the 🔔 to stay updated on future tutorials!

Let's code smarter, not harder! 🚀

🔗Resources & Links mentioned in this video:

👋🏻Connect with me:

Рекомендации по теме
Комментарии
Автор

Great Dan! I would love see you diving into more concepts like these… keep up the work man✨❤️

Asingh
Автор

It is very cool you can work with JsonNode as well as iterating over it without need of casting or checking for array

orhn
Автор

Very well done Dan, thank you so much.... You are awesome...

ArjunKumar-zukl
Автор

Great stuff. Is there a video of yours where I can learn more about @version?

asterixcode
Автор

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?

nzrodgersmg
Автор

JsonPath point at edges, map each node to Post record?

buksvdl
Автор

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?

meilyn
Автор

What makes people pick Spring Data JDBC over Spring Data JPA and vice versa?

viewer_evgeniy
Автор

Could you please do a video springboot with jwt (class dofilterchain) to explain how to do with .cors

zayedh
Автор

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).

marouaniAymen
Автор

Can you get the GitHub link of the project?

deeplife
Автор

Cool... so no Spring Data JPA/Hibernate anymore?

ax