Это видео недоступно.
Сожалеем об этом.

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

Поделиться
HTML-код
  • Опубликовано: 30 авг 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/dan...
    My Website Repo: github.com/dan...
    👋🏻Connect with me:
    Website: www.danvega.dev
    Twitter: / therealdanvega
    Github: github.com/dan...
    LinkedIn: / danvega
    Newsletter: www.danvega.de...
    SUBSCRIBE TO MY CHANNEL: bit.ly/2re4GH0 ❤️

Комментарии • 23

  • @orhn
    @orhn 11 месяцев назад +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 11 месяцев назад

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

  • @ArjunKumar-zu2kl
    @ArjunKumar-zu2kl 10 месяцев назад

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

  • @meilyn22
    @meilyn22 4 месяца назад

    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?

  • @asterixcode
    @asterixcode 11 месяцев назад +1

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

  • @maneshipocrates2264
    @maneshipocrates2264 11 месяцев назад

    Good stuff. Thanks

  • @cheikhsow6199
    @cheikhsow6199 11 месяцев назад

    very good job

  • @marouaniAymen
    @marouaniAymen 7 месяцев назад

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

  • @nzrodgersmg
    @nzrodgersmg 11 месяцев назад

    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?

  • @vera_coder
    @vera_coder 11 месяцев назад +1

    Hello! Very useful

  • @deeplife9654
    @deeplife9654 2 месяца назад

    Can you get the GitHub link of the project?

  • @viewer_evgeniy
    @viewer_evgeniy 11 месяцев назад

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

  • @zayedh8089
    @zayedh8089 11 месяцев назад

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

  • @buksvdl
    @buksvdl 11 месяцев назад

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

  • @sthanadabouth
    @sthanadabouth 11 месяцев назад

    dan vega is my hero

  • @jopadjr
    @jopadjr 11 месяцев назад

    70th...Thanks Dan

  • @rniestroj
    @rniestroj 11 месяцев назад

    What does this code suggestions?

  • @prashlovessamosa
    @prashlovessamosa 11 месяцев назад

    Hey yo.

  • @ax8635
    @ax8635 11 месяцев назад

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

    • @DanVega
      @DanVega  11 месяцев назад

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