The #1 Spring Boot Starter you should include in every single application

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025
  • In this tutorial we will discuss the #1 Spring Boot Starter you should start every application with.
    🔗Resources & Links mentioned in this video:
    👋🏻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 ❤️

ความคิดเห็น • 28

  • @WaldoRochow
    @WaldoRochow ปีที่แล้ว +4

    Brilliant!!! Not having looked at it in detail yet, I think the "beans" endpoint is going to be super-helpful.
    Thanks for this.

  • @JamesStansell
    @JamesStansell ปีที่แล้ว +3

    Sadly, I have an application in production currently with the Actuator functionality impaired due to a misconfiguration that only affected it. I found a related issue in Github. It happened by adding a custom jackson2Mapper bean without the jsr-310 configuration that /actuator/info depends on. The easiest way to resolve this case was to remove the custom bean and add a non_null property to tell boot about the extra config that we need when it creates the standard bean that actuator expects. Our next release is this weekend and the fix for this problem is included :)

  • @MattRodriguez-h7j
    @MattRodriguez-h7j หลายเดือนก่อน

    Awesome as usual

  • @kaly7dev4873
    @kaly7dev4873 ปีที่แล้ว +1

    Thank you for your sharing Dan

  • @joachimdietl6737
    @joachimdietl6737 ปีที่แล้ว +2

    Hey Dan, your videos are very nice, keep up the good work!

  • @adityamparikh
    @adityamparikh ปีที่แล้ว +1

    Great video! Please do a deep dive into the health endpoint.

    • @DanVega
      @DanVega  ปีที่แล้ว

      I don't know much more about the health endpoint. What are you interested in hearing about?

    • @adityamparikh
      @adityamparikh ปีที่แล้ว

      @@DanVega Writing own and customizing health indicators. My service is up if service it depends on is up, but if the cache is down, it may not be that critical. Being able to tell the health of a data source when using multi-tenancy using AbstractRoutingDataSource.

  • @raccoon8230
    @raccoon8230 ปีที่แล้ว +3

    Thank you, sir!

  • @api-pro
    @api-pro ปีที่แล้ว +2

    Can you deal with security related to actuator in future videos?

  • @mariankurtov7003
    @mariankurtov7003 ปีที่แล้ว +1

    Great explanation🚀

  • @tomaszw6449
    @tomaszw6449 ปีที่แล้ว +1

    Very interesting episode :)

  • @VerhoevenSimon
    @VerhoevenSimon ปีที่แล้ว +1

    Indeed a great starter.

  • @aakerdev
    @aakerdev ปีที่แล้ว

    Great introduction!!

  • @manikandan027
    @manikandan027 11 หลายเดือนก่อน

    Very Nice, Excellent explanation

  • @gasparcalix2095
    @gasparcalix2095 ปีที่แล้ว +1

    Lovely!!! Super agradecido!

  • @cbmeeks
    @cbmeeks ปีที่แล้ว +4

    One of the first dependencies I choose is Lombok. :-)

  • @FilipCodes
    @FilipCodes ปีที่แล้ว

    Extremly useful and interesting as usual. Thanks ❤

  • @jesper2455
    @jesper2455 ปีที่แล้ว +1

    How are the endpoints used in prod? Do devs call them using something like Postman, do people make dashboards, or something else?

    • @JamesStansell
      @JamesStansell ปีที่แล้ว

      Likely a variety of ways? My apps currently deploy to TAS (Tanzu application service) where the endpoints are secured by the cloud foundry oauth token.

  • @CarlosFlinston
    @CarlosFlinston 3 หลายเดือนก่อน

    What tool you use to click those paths like that

  • @abdelabdelboufbouf
    @abdelabdelboufbouf 6 หลายเดือนก่อน

    is it normal that when i refresh my encoded properties it always get refreshed and shown in my return even if i didn't change them, for example my propertie is user.mdp=ENC(....) this always get returned in actuator refresh even if it didn't get changed

  • @SaurabhSingh-q4v
    @SaurabhSingh-q4v ปีที่แล้ว

    Happy coding !!

  • @Anbu_Sampath
    @Anbu_Sampath ปีที่แล้ว +2

    I thought its spring-boot-starter-test

  • @jopadjr
    @jopadjr ปีที่แล้ว

    129th...Thanks Dan

  • @emmanuelU17
    @emmanuelU17 ปีที่แล้ว +4

    *PAUSE THE VIDEO* I am guessing dev tools

  • @LukeGJPotter
    @LukeGJPotter 6 หลายเดือนก่อน

    Danny, buddy, old pal,
    I've watched lots of your videos. You never include the Actuator.
    Soucj for it being the Number One thing you include. 😂😂😂