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

Sdílet
Vložit
  • čas přidán 30. 08. 2023
  • 👋 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:
    GitHub Repository: github.com/danvega/nuxt-sprin...
    My Website Repo: github.com/danvega/danvega-dev
    👋🏻Connect with me:
    Website: www.danvega.dev
    Twitter: / therealdanvega
    Github: github.com/danvega
    LinkedIn: / danvega
    Newsletter: www.danvega.dev/newsletter
    SUBSCRIBE TO MY CHANNEL: bit.ly/2re4GH0 ❤️
  • Věda a technologie

Komentáře • 23

  • @orhn
    @orhn Před 10 měsíci +3

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

  • @Asingh42
    @Asingh42 Před 10 měsíci

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

  • @ArjunKumar-zu2kl
    @ArjunKumar-zu2kl Před 8 měsíci

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

  • @maneshipocrates2264
    @maneshipocrates2264 Před 10 měsíci

    Good stuff. Thanks

  • @asterixcode
    @asterixcode Před 10 měsíci +1

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

  • @cheikhsow6199
    @cheikhsow6199 Před 10 měsíci

    very good job

  • @vera_coder
    @vera_coder Před 10 měsíci +1

    Hello! Very useful

  • @nzrodgersmg
    @nzrodgersmg Před 10 měsíci

    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?

  • @meilyn22
    @meilyn22 Před 2 měsíci

    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?

  • @marouaniAymen
    @marouaniAymen Před 6 měsíci

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

  • @jopadjr
    @jopadjr Před 10 měsíci

    70th...Thanks Dan

  • @buksvdl
    @buksvdl Před 10 měsíci

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

  • @zayedh8089
    @zayedh8089 Před 10 měsíci

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

  • @viewer_evgeniy
    @viewer_evgeniy Před 10 měsíci

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

  • @sthanadabouth
    @sthanadabouth Před 10 měsíci

    dan vega is my hero

  • @rniestroj
    @rniestroj Před 10 měsíci

    What does this code suggestions?

  • @deeplife9654
    @deeplife9654 Před měsícem

    Can you get the GitHub link of the project?

  • @prashlovessamosa
    @prashlovessamosa Před 10 měsíci

    Hey yo.

  • @ax8635
    @ax8635 Před 10 měsíci

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

    • @DanVega
      @DanVega  Před 10 měsíci

      I used Spring Data... This was more about how to read a JSON file