Spring Boot 3 in 6 minutes

Поділитися
Вставка
  • Опубліковано 3 жов 2024
  • Spring Boot 3 is here, and it's packed with amazing new features. Join me and I'll introduce a few of my favorite things that any modern Spring Boot 3 developer ought to know about to help you get to production (and in record time, too!)
    The code, if you want to follow along at home, is here: github.com/cof...
    If you love this video, or even if you just love Spring Boot 3 and want to learn more, then don't forget to like and subscribe!
    #SpringBoot #Microservices #Java #Kotlin #SpringFramework #GraalVM

КОМЕНТАРІ • 23

  • @mads2k5
    @mads2k5 Рік тому +80

    The kind of video that we don't need to speed up. Great content!

    • @coffeesoftware
      @coffeesoftware  Рік тому +15

      Hahaha thanks 🙏 glad you got something out of it

    • @Thine_127
      @Thine_127 2 місяці тому +3

      0:01 0:01 0:01 0:01 0:01 0:01 0:01

  • @shounak616
    @shounak616 Рік тому +12

    🔥🔥 Absolute fire! Thanks for all the hard work! ( 3:05 wow need to try this new stuff!)

    • @coffeesoftware
      @coffeesoftware  Рік тому +1

      Absolutely! Thanks for watching and I am glad you got something out of it. I hope you like it. Also, check out the recent livestream I did looking at two
      Amazing new features in the forthcoming 3.1 (due later in May 2023) release: Docker Compose and Testcontainers

  • @AdnanKhan01
    @AdnanKhan01 Рік тому +25

    Josh Long, you the SB Boss!!! Awesome!

  • @rodrigobautista3768
    @rodrigobautista3768 Рік тому +9

    This is beautiful ❤

    • @coffeesoftware
      @coffeesoftware  Рік тому

      Thank you 🙏you might even say it’s “Bootiful.”

  • @vitalyparhomenko7817
    @vitalyparhomenko7817 Рік тому

    Awesome as always ;)

    • @coffeesoftware
      @coffeesoftware  Рік тому

      Thanks I’m glad you got something out of it!

  • @amitsen3096
    @amitsen3096 Рік тому +3

    Great video!! But, I thought records were not usable for db entity classes due to not having a No args constructor 🤔

    • @coffeesoftware
      @coffeesoftware  Рік тому +1

      That limitation exists only for JPA (and maybe Hibernate?) Everything else works perfectly

  • @kamurashev
    @kamurashev Рік тому +2

    Great!

    • @coffeesoftware
      @coffeesoftware  Рік тому +1

      Thanks I’m glad you got something out of it!

  • @omargaye8311
    @omargaye8311 Рік тому +1

    Good stuff, thx

  • @realdanielpeach
    @realdanielpeach Рік тому +1

    It reeeaaaaly bugs me that the @Controller + @ResponseBody decorator is called @RestController. I am rarely creating actual "REST" endpoints. Its really just a "HTTP" endpoint like Josh says here. So I use @Controller and @ResponseBody decorator individually instead of the grouped @"Rest"Controller one... I saw Josh's setup here and am telling myself he also does this for the same reason lol

    • @coffeesoftware
      @coffeesoftware  Рік тому +2

      that's part of the reason - because when I think of REST, I think of HATEOAS and hypermedia, and most of the so-called "REST" controllers don't have HATEOAS, sadly. The other reason is because I think it's important for folks to realize that `@Controller` is not unique to HTTP. It's in the stereotype package, not the web package. You can use it with GraphQL, RSocket, HTTP, WebSockets, SSE, etc.

  • @spectacularangular637
    @spectacularangular637 3 місяці тому +1

    jesus nice content

  • @israelafangideh
    @israelafangideh 8 місяців тому

    Beyonce 😂

  • @BarbieHenderson1
    @BarbieHenderson1 Рік тому

    3.14