Just subscribed. Good content Dan. I highly appreciate your content
@aziztolearn10 ай бұрын
hit that subscribe button, this channel should have 100K in this year
@DanVega10 ай бұрын
That is my pipe dream goal for this year 🤩 Thank you!
@addy936010 ай бұрын
Great tutor! I love your videos
@jetlavi10 ай бұрын
Thank you, Dan.. very useful! :D
@svalyavasvalyava98679 ай бұрын
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 😊
@Muescha10 ай бұрын
Interesting. Why I don't need to add the key "url" for the website record?
@WisdomofHal7 ай бұрын
Good stuff! Thanks for sharing!
@DanVega7 ай бұрын
Thanks for watching!
@calintamas757610 ай бұрын
Super nice and new! Thx, Dane!
@SunidhiBatra-xs8zi7 ай бұрын
Can you give us an example for Map to be written in yaml? That would help as this ones looks tricky
@AleksandarT1010 ай бұрын
Great video, helpful stuff!
@ArnaudPOUTIEU10 ай бұрын
Gratitudes Dan!
@rbcm110 ай бұрын
The @Autowire annotation in the tests is redundant/not necessary since some time, right?
@freebusdoctor10 ай бұрын
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й10 ай бұрын
Yes they are same
@konkos547310 ай бұрын
@@сойка-и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
@Muescha10 ай бұрын
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.
@JamesStansell10 ай бұрын
@@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.
@revetastogne10 ай бұрын
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!
@andreas41159 ай бұрын
Intellij Idea Ultimate. The community edition doesnt have spring specific autocomplete