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

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024
  • 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 ❤️

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

  • @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.

  • @raccoon8230
    @raccoon8230 Год назад +3

    Thank you, sir!

  • @joachimdietl6737
    @joachimdietl6737 Год назад +2

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

  • @kaly7dev4873
    @kaly7dev4873 Год назад +1

    Thank you for your sharing Dan

  • @JamesStansell
    @JamesStansell Год назад +2

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

  • @VerhoevenSimon
    @VerhoevenSimon Год назад +1

    Indeed a great starter.

  • @gasparcalix2095
    @gasparcalix2095 Год назад +1

    Lovely!!! Super agradecido!

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

    Great explanation🚀

  • @cbmeeks
    @cbmeeks Год назад +4

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

  • @tomaszw6449
    @tomaszw6449 10 месяцев назад +1

    Very interesting episode :)

  • @FilipCodes
    @FilipCodes Год назад

    Extremly useful and interesting as usual. Thanks ❤

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

    Very Nice, Excellent explanation

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

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

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

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

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

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

  • @aakerdev
    @aakerdev Год назад

    Great introduction!!

  • @api-pro
    @api-pro 11 месяцев назад +2

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

  • @user-kl2uu7lj4b
    @user-kl2uu7lj4b 11 месяцев назад

    Happy coding !!

  • @user-vm2in8yc6x
    @user-vm2in8yc6x 2 месяца назад

    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

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

      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.

  • @jopadjr
    @jopadjr Год назад

    129th...Thanks Dan

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

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

  • @emmanuelU17
    @emmanuelU17 Год назад +4

    *PAUSE THE VIDEO* I am guessing dev tools

  • @Anbu_Sampath
    @Anbu_Sampath Год назад +2

    I thought its spring-boot-starter-test