Spring Boot Configuration Properties: Working with Lists & Maps

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ธ.ค. 2024

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

  • @MosesWanyoike-p1e
    @MosesWanyoike-p1e 10 หลายเดือนก่อน +2

    Just subscribed. Good content Dan. I highly appreciate your content

  • @aziztolearn
    @aziztolearn 10 หลายเดือนก่อน +2

    hit that subscribe button, this channel should have 100K in this year

    • @DanVega
      @DanVega  10 หลายเดือนก่อน +1

      That is my pipe dream goal for this year 🤩 Thank you!

  • @addy9360
    @addy9360 10 หลายเดือนก่อน +1

    Great tutor! I love your videos

  • @jetlavi
    @jetlavi 11 หลายเดือนก่อน +3

    Thank you, Dan.. very useful! :D

  • @WisdomofHal
    @WisdomofHal 8 หลายเดือนก่อน +1

    Good stuff! Thanks for sharing!

    • @DanVega
      @DanVega  8 หลายเดือนก่อน +1

      Thanks for watching!

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

    Super nice and new! Thx, Dane!

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

    Great video, helpful stuff!

  • @Muescha
    @Muescha 11 หลายเดือนก่อน +1

    Interesting. Why I don't need to add the key "url" for the website record?

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

    Gratitudes Dan!

  • @SunidhiBatra-xs8zi
    @SunidhiBatra-xs8zi 7 หลายเดือนก่อน

    Can you give us an example for Map to be written in yaml? That would help as this ones looks tricky

  • @erfannavab9805
    @erfannavab9805 10 หลายเดือนก่อน

    It was great. Thanks

  • @rbcm1
    @rbcm1 10 หลายเดือนก่อน

    The @Autowire annotation in the tests is redundant/not necessary since some time, right?

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

    Hi Dan! I'm wondering what provides an autocomplete for Spring properties in intellij? I don't have autocomplete for properties and would like to install it. Thanks in advance!

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

      Intellij Idea Ultimate. The community edition doesnt have spring specific autocomplete

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

    Sir, may I ask a question? Why do we use the @Autowired annotation instead of constructor injection? Are they the same? Thanks for enlightening.

    • @сойка-и8й
      @сойка-и8й 11 หลายเดือนก่อน

      Yes they are same

    • @konkos5473
      @konkos5473 11 หลายเดือนก่อน +1

      @@сойка-и8й [As far as I am aware!] Technically they are not the same. Both accomplish the same goal. However, field injection uses Java Reflection which costlier than constructor injection. In addition, I believe field injection can potentially cause issues during testing due to the manner the object is initialized

    • @Muescha
      @Muescha 11 หลายเดือนก่อน +1

      I know the advice is to.use constructor injection
      That's why I also interested to know why in test wore the field injection is used.

    • @JamesStansell
      @JamesStansell 11 หลายเดือนก่อน +1

      @@Muescha my understanding is that field injection is fine within the test itself, because you are not going to write a test for the test.

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

    Thank you infinitely for such an interesting and useful video 😊
    I have always been defining properties in the application.properties file, however, lately I have tried to define in the application.yaml file and I find it very convenient, too 😊

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

    what's the name of this intellij theme?