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

Поделиться
HTML-код
  • Опубликовано: 7 янв 2025

Комментарии • 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. 😂😂😂