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

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ก.ย. 2023
  • 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/danvega
    LinkedIn: / danvega
    Newsletter: www.danvega.dev/newsletter
    SUBSCRIBE TO MY CHANNEL: bit.ly/2re4GH0 ❤️
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @WaldoRochow
    @WaldoRochow 9 หลายเดือนก่อน +3

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

  • @joachimdietl6737
    @joachimdietl6737 9 หลายเดือนก่อน +2

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

  • @FilipCodes
    @FilipCodes 9 หลายเดือนก่อน

    Extremly useful and interesting as usual. Thanks ❤

  • @kaly7dev4873
    @kaly7dev4873 9 หลายเดือนก่อน +1

    Thank you for your sharing Dan

  • @raccoon8230
    @raccoon8230 9 หลายเดือนก่อน +3

    Thank you, sir!

  • @aakerdev
    @aakerdev 9 หลายเดือนก่อน

    Great introduction!!

  • @JamesStansell
    @JamesStansell 9 หลายเดือนก่อน +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 :)

  • @mariankurtov7003
    @mariankurtov7003 9 หลายเดือนก่อน +1

    Great explanation🚀

  • @VerhoevenSimon
    @VerhoevenSimon 9 หลายเดือนก่อน +1

    Indeed a great starter.

  • @gasparcalix2095
    @gasparcalix2095 9 หลายเดือนก่อน +1

    Lovely!!! Super agradecido!

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

    Very Nice, Excellent explanation

  • @tomaszw6449
    @tomaszw6449 7 หลายเดือนก่อน +1

    Very interesting episode :)

  • @api-pro
    @api-pro 9 หลายเดือนก่อน +2

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

  • @adityamparikh
    @adityamparikh 9 หลายเดือนก่อน +1

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

    • @DanVega
      @DanVega  9 หลายเดือนก่อน

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

    • @adityamparikh
      @adityamparikh 9 หลายเดือนก่อน

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

  • @cbmeeks
    @cbmeeks 9 หลายเดือนก่อน +4

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

    • @rsr.Dheeraj
      @rsr.Dheeraj 9 หลายเดือนก่อน +2

      Devtools too

  • @user-kl2uu7lj4b
    @user-kl2uu7lj4b 9 หลายเดือนก่อน

    Happy coding !!

  • @user-vm2in8yc6x
    @user-vm2in8yc6x วันที่ผ่านมา

    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

  • @jopadjr
    @jopadjr 9 หลายเดือนก่อน

    129th...Thanks Dan

  • @jesper2455
    @jesper2455 9 หลายเดือนก่อน +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 9 หลายเดือนก่อน

      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.

  • @Anbu_Sampath
    @Anbu_Sampath 9 หลายเดือนก่อน +2

    I thought its spring-boot-starter-test

  • @emmanuelU17
    @emmanuelU17 9 หลายเดือนก่อน +4

    *PAUSE THE VIDEO* I am guessing dev tools