Spring Boot 3.2's Secret Weapon: Auto-Configured JDBC Client for Effortless Database Integration!

Ғылым және технология

Welcome to the future of database integration with Spring Boot! The latest release, Spring Boot 3.2, brings forth a powerful new feature that's set to redefine how we interact with databases: the Auto-Configured JDBC Client. Gone are the days of tedious configurations and lengthy setup processes.
With this secret weapon in your arsenal, you can now effortlessly connect, read, and persist data to your database, all within the familiar Spring ecosystem. Whether you're a seasoned developer or just starting out, this JDBC Client promises a streamlined experience, ensuring your projects are not only efficient but also scalable.
🔗Resources & Links mentioned in this video:
GitHub Repo: github.com/danvega/jdbc-client
Rest Client: www.danvega.dev/blog/2023/09/...
👋🏻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 ❤️

Пікірлер: 41

  • @karter_devolidad
    @karter_devolidad9 ай бұрын

    This is the amount of abstraction I was hoping spring would provide for JDBC. Glad it made the cut!

  • @philipschikora20
    @philipschikora209 ай бұрын

    nice! 3.2 is going to be such a cool release!

  • @husane2161
    @husane21619 ай бұрын

    Dan, See you reppin' the Browns! Nice dub yesterday! Thank you for your content, love all your videos!

  • @vitaliiplagov
    @vitaliiplagov9 ай бұрын

    Fantastic! In our project, we have an internal library for working with JDBC that provides wrappers around jdbcTemplate, like `tryOne()`, `update()`, `list()`, etc. I think, once Spring Boot 3.2 is released, I will replace our custom code with Spring Boot built-in support. There will be less code to maintain and understand! Thanks for the video, Dan!

  • @kostiantynkarzhanov9216
    @kostiantynkarzhanov92163 ай бұрын

    Thank you! Great tutorial! Awesome channel! 💛

  • @hamzahayd6751
    @hamzahayd67513 ай бұрын

    Pretty neat. Almost feels like Jooq ;)

  • @AleksandarT10
    @AleksandarT109 ай бұрын

    Great topic. It seems to be pretty clean. Hopefully the mappings work out as aspected (because jdbcTemplate rowMappers were strange for some null fields :) )

  • @kaly7dev4873
    @kaly7dev48739 ай бұрын

    Nice topic thanks !

  • @Cashylein
    @Cashylein2 ай бұрын

    Thank you!

  • @maxd7228
    @maxd72289 ай бұрын

    Hey Dan, Can you do a video on Spring Modulith project?

  • @sylvereleipertz955
    @sylvereleipertz9558 ай бұрын

    You don't need the Qualifer annotation if you name your parameter just like your class. Spring boot will find out automatically which implementation of the interface you're asking for

  • @gasparcalix2095
    @gasparcalix20959 ай бұрын

    Just grate!

  • @konstantingromov6485
    @konstantingromov64858 ай бұрын

    It's really awesome to have fluent DSL clients instead of classes bloated by overloaded methods. I was really waiting for RestTemplate replacement and finally it happened (hopefully it will be deprecated and removed soon). With JdbcClient I would probably go further - to extend with select/create/delete/update - to make similar to JOOQ API.

  • @FredrikRambris
    @FredrikRambris9 ай бұрын

    What about getting generated keys? The KeyHolder in JdbcTemplate was weird. Even weirder in the DatabaseClient in r2dbc

  • @poorneshm.m4494
    @poorneshm.m44945 ай бұрын

    Hi Dan,how to use PreparedStatement in three JDBC Client or it internally uses it?Thank you in advance

  • @JamesStansell
    @JamesStansell9 ай бұрын

    Wondering if this might be useful with a database that is set up to be accessed issuing stored procedures? Switching the legacy access to jdbc template and row mappers was prohibitive.

  • @FilipCodes
    @FilipCodes9 ай бұрын

    20:21 how do you get such nice json formatting? Is it some chrome extension?

  • @lukamaletic9557

    @lukamaletic9557

    9 ай бұрын

    JSON formatter for chrome

  • @minarashidi868
    @minarashidi8686 ай бұрын

    Could you elaborate on the difference between spring-data-jdbc and JDBC client? Which one do you recommend?

  • @michelchaghoury9629
    @michelchaghoury96298 ай бұрын

    @Dan Vega what if in the select clause we have a column named f_name and in the java class it is defined as firstName how can we map column to properties?

  • @akhill357
    @akhill3576 ай бұрын

    what buttons are you using to get post-schema etc. templates in intellij

  • @reflection648
    @reflection6487 ай бұрын

    which plugin you have used for templates

  • @bradenborman4396
    @bradenborman43965 ай бұрын

    How does it handle mapping enums on the record?

  • @Varkon
    @Varkon9 ай бұрын

    Doesn't Quarkus already have such a (or similar) feature?

  • @sagarbhat1
    @sagarbhat19 ай бұрын

    Just wondering, why would anyone choose JDBC template or the new JDBC client over Spring Data JPA?

  • @sagarbhat1

    @sagarbhat1

    9 ай бұрын

    Are there any use cases where JDBC template or the new JDBC client would be more useful or preferable than Spring Data JPA?

  • @syednoorullahshah9194

    @syednoorullahshah9194

    7 ай бұрын

    @@sagarbhat1 I have such a case. I have a spring boot app that needs to connect to IBM's Netezza Data warehouse. Netezza has its own jdbc driver and since Hibernate or spring data JPA do not support Netezza. I'm currently looking for an alternative approach (i.e. better than the raw jdbc one).

  • @robtai6225
    @robtai62258 ай бұрын

    dan, can you make an introductory video on spring boot 3.0 for noobs?

  • @DanVega

    @DanVega

    8 ай бұрын

    I certainly can... What would you like the video to be focused on? What's new in Spring? What are you trying to build with it?

  • @hkkabir2024
    @hkkabir20248 ай бұрын

    the question is why i use jdbc even jdbc template when i have JPA????????

  • @diegoshevek5927

    @diegoshevek5927

    6 ай бұрын

    The more question marks you add, the better the question is

  • @hkkabir2024

    @hkkabir2024

    6 ай бұрын

    @@diegoshevek5927 it's beyond my mind. would you like to tell me the answer in appropriate topic ?

  • @gallardofabian
    @gallardofabian9 ай бұрын

    thanks great videos, I only suggest a litte more zoom in the videos if you can. Have a god day

  • @DanVega

    @DanVega

    9 ай бұрын

    Zoom on the code?

  • @gallardofabian

    @gallardofabian

    9 ай бұрын

    @@DanVega yes thanks :)

  • @lukamaletic9557

    @lukamaletic9557

    9 ай бұрын

    It is pretty visible, and much better this way if you ask me as we see more code and if the quality of the video is fine, there are no issues with reading.

  • @joachimdietl6737
    @joachimdietl67379 ай бұрын

    Why would you do that instead of using JPA?

  • @ocleidyreve6361

    @ocleidyreve6361

    8 ай бұрын

    If you are working on an old codebase with raw jdbc ResultSet. The migration will be smoother, the team will avoid shooting itself in the foot with JPA/Hibernate, and the performance will be preserved.

  • @joachimdietl6737

    @joachimdietl6737

    8 ай бұрын

    @@ocleidyreve6361 yes with an old codebase you have a lot to do, but i am wondering for new projects, it does not make a sense

  • @Gabriel-ts9nl
    @Gabriel-ts9nl8 ай бұрын

    🤤 "Promosm"

Келесі