Hey Dan I hope this finds you good. Since spring has more modules like the sea. What things should I know to become a spring dev can you do you roadmap about it
Hi Dan, great video! Can you do a video where you talk about how to customize the default behaviour of the liveness and readiness probes with Spring Boot? For example if the application talk to a database and the database is down how to set the liveness to a broken state. Thanks in advance!
Hello Dan, Thanks for the great overview of the different clients. To make this client game much more interesting I also have one player more: Spring Cloud OpenFeign. Newly in our project, we have used the "Spring Cloud OpenFeign" instead of the listed clients. Therefore I have several questions about it: 1. What is your opinion about it? 2. How is the relation of it to them? 3. It is recommended to be used? 4. To which of the listed clients here is it most similar, or can be substituted?
Hello Dan, this is a really good one and I have an query related to http interfaces. Suppose if I have multiple http interfaces like albumclient, postclient and user client, how do I proceed.
Great explanation of http clients in Spring. Lately I've been working on projects where multiple partners need to coordinate on the definition of domain models where each partner needs to have their own implementation. This has become a huge PITA so I'm wondering if you could do a video on the retrieval of an external model definition from avro or protobuf, have Spring generate the record for us and then use that in our http interface.
How do we call more than one feign client in a springboot project? and is it appropriate to use feign clients for suc multiple requests or use asynchronous communication instead
Hello Dan, i have question when it comes to testing with the rest client. In IT we use the web test client which provides a fluent api that allows us to assert on the call itself. TestRestTemplate does not have a fluent api. What about IT with rest client? Is there an Api where we can "assert" on the response? Meaning andExpect()... etc?
3:08 SpringBoot project metadata & dependencies
12:57 Moving from asynchronous call to synchronous with RestClient
16:33 Rest Client
20:08 HTTP Interfaces
Very well explained, surprised why people have not subscribed this channel. Thank you Dan...
Hey Dan I hope this finds you good. Since spring has more modules like the sea. What things should I know to become a spring dev can you do you roadmap about it
The differences were always a bit blurry, but this helps a ton.
Thanks a lot, Dan!
If i could press more than 1 thumbs up I would! Again high quality content. Thank you very very much!
You are a natural, you have a talent for explaining things.
Thanks Dan! I really like this tutorial, and I am looking forward to a comparison style lecture on ORMs, hibernate vs jdbc vs jpa...
Hey Dan thanks for sharing all your knowledge with us.
Hi Dan, great video! Thanks a lot for share this implementations.
Hi Dan, great video!
Can you do a video where you talk about how to customize the default behaviour of the liveness and readiness probes with Spring Boot?
For example if the application talk to a database and the database is down how to set the liveness to a broken state.
Thanks in advance!
Hello Dan,
Thanks for the great overview of the different clients.
To make this client game much more interesting I also have one player more: Spring Cloud OpenFeign.
Newly in our project, we have used the "Spring Cloud OpenFeign" instead of the listed clients.
Therefore I have several questions about it:
1. What is your opinion about it?
2. How is the relation of it to them?
3. It is recommended to be used?
4. To which of the listed clients here is it most similar, or can be substituted?
Hey Dan, can you make video on reactive Java with spring? Thank you for great videos.
Hello Dan, this is a really good one and I have an query related to http interfaces. Suppose if I have multiple http interfaces like albumclient, postclient and user client, how do I proceed.
Great explanation of http clients in Spring. Lately I've been working on projects where multiple partners need to coordinate on the definition of domain models where each partner needs to have their own implementation. This has become a huge PITA so I'm wondering if you could do a video on the retrieval of an external model definition from avro or protobuf, have Spring generate the record for us and then use that in our http interface.
Have you tried springdoc
And then swagger codegen
Hi Dan, would love to learn how to disable ssl check in rest client. It can be achieved with resttemplate but idk in restclient. Thank you
Hey Dan the new RestClient supports oauth2 basic token calling?
How do we call more than one feign client in a springboot project? and is it appropriate to use feign clients for suc multiple requests or use asynchronous communication instead
Hello Dan, i have question when it comes to testing with the rest client. In IT we use the web test client which provides a fluent api that allows us to assert on the call itself. TestRestTemplate does not have a fluent api. What about IT with rest client? Is there an Api where we can "assert" on the response? Meaning andExpect()... etc?
I did a video on Rest Client Test that you can use to test those calls
th-cam.com/video/jhhi03AIin4/w-d-xo.html
All I wanna know is where can I get me a Spring polo?
interesting
you should make a new java course , the one you have right now is 5 years old
If I did what would you like to learn from it? What would set it apart from all the other courses out there?
At 3:46 when you create the Package, and then the Record.
Why don't you shortcut it and type
"todo.Todo"
as this will create the package.
He did this in another video so he knows it already learnt that from him 😂