Your videos are amazing and very very easy to understand, regardless if the topic is complex or not. What would I like to see is a tutorial for INTEGRATION tests, but not the integration tests of controllers which are methods that add two numbers but something more complex. Keep up the great work and thanks for all you do!
@@BoualiAli I think that would be great as a follow up, to the topic i suggested in the first place. Make a series of it or something maybe 😁 Thanks for the reply!
Thank you for the best Spring Security content at the moment! Please continue to delight us with new videos! I would like to see something about JUnit. 🥺
There are too many lines in the code, can you tell me what is the best practice for describing documentation? Is there another way to describe it other than annotations? And which one do you use? Thank you very much for the video!
Hi BoualiAli, I have a question, if I have an architecture in which I have configured, spring config server, spring eureka, spring api-gateway, spring security for auth with jwt, and I have several microservices that are within this architecture, how or where they should configure swagger so that it recognizes all the documentation of all spring boot microservices?
I followed this guide but encountered numerous vulnerabilities in many of the dependencies from Maven Central. What other options would you recommend using instead
Hi Ali, how can we provide desired custom example value to the endpoints which we want as a reference to the user about what to expect ? Your videos are great btw.
Here is an example for that @GetMapping("/yourEndpoint") @ApiOperation(value = "Your endpoint operation", notes = "Additional notes about the endpoint") public ResponseEntity yourEndpoint( @ApiParam(value = "Example value for parameter", example = "exampleValue") @RequestParam String parameter) { // Your implementation here return ResponseEntity.ok("Response"); }
Thank you for this video it was really helpful. I have one question though how do I make it work for functional endpoints because I tried using the examples in the documentation
Its an excellent video on openapi. but i have a problem in my application like In my RESTController. i have 4 end points and. i need to pass JWT token only for 2 endpoints as part of request header. How can i achive this pls ?
first thanks for this wonderful tutorial 😀 I had a small issue in using magement APIS. i get 403 with this test when debug Responding with 403 status code Securing GET /error Set SecurityContextHolder to anonymous SecurityContext Pre-authenticated entry point called. Rejecting access also this only happen with this controller others work perfect and my user is admin also i check the code from repo and i cant find anything.
thank you for the video! is there a way you could make a tutorial on java based approach instead of this annotation approach? i prefer the former as i can inject values from property files into the swagger config
Join the Micro Services course waiting list and get and get an exclusive *EARLY-BIRD discount*
aliboucoding.ck.page/d0f9317e13
One of the few creators who posts videos on Spring Boot, thanks a lot!!
Happy you liked it!
Wollah to me you are the best content creator in the entire TH-cam Ali 🥰
Thank you so so much Alibou. May Allah reward you abundantly.
this comment really made my day.
I will never stop creating content especially for nice people like you.
God bless you
This is a great swagger tutorial!
I loved it!
Thank you Alibou for the awesome content!
Really happy you liked it
Your videos are amazing and very very easy to understand, regardless if the topic is complex or not. What would I like to see is a tutorial for INTEGRATION tests, but not the integration tests of controllers which are methods that add two numbers but something more complex. Keep up the great work and thanks for all you do!
Great suggestion!
What about integration tests with postman collections and newman to run them independently?
@@BoualiAli I think that would be great as a follow up, to the topic i suggested in the first place. Make a series of it or something maybe 😁
Thanks for the reply!
@@fearlessflow3308 i will make a serie for testing covering all test phases
@@BoualiAli Thank you so much. I am looking forward to watching it!
Salam,
Wonderful content Ali. You are such an amazing mentor. Love to see more coming.
Such a goldmine channel! So glad I stumbled to your channel! Keep the knowledge flowing brother!
My pleasure!
Happy to have you within the family
Thank you for the best Spring Security content at the moment! Please continue to delight us with new videos!
I would like to see something about JUnit. 🥺
Thank you for the nice feedback.
I will prepare a video for Unit testing (soon)
Thanks a lot! I've seen a lot of tutorials and yours is the best ! Everything worked at the first attempt
My pleasure!
Alhamdulillah, been waiting for this
Always happy to help
As always very detailed and awesome video. Subscribed!
Thanks and welcome
Thank you for sharing, it was fast and clear, very intuitive
best spring boot teacher ever
Really happy you liked it
It was one of the best tutorials in Swagger and I appreciated your efforts 🥰👍👍👍
Thank you so much 😀
Bro thank you a lot for this tutorial video! Explained everything in great detail. Thanks!
Glad it helped!
really inclusive and informative, thank u so much
Thanks
Thank you and I really appreciate your support
Thanx bro for your amazing videos, You were a big help to me as I was scratching my head in swagger-ui-2 , gettting muddled over annd over again.
Happy to help!
Your presentation is really awesome.
Happy you liked it
Video was super helpful, thumbs up my friend!
Glad it was helpful!
Very useful stuff.nice
Very informative & complete video on swagger ui .. Thanks for this awesome videos 🔥🔥
Really happy you enjoyed it
Amazing tutorial mate!
thanks bro, high quality!
Happy you liked it!
Best channel ever
You're just amazing!
Awesome video.. informative 👍
Happy you liked it
The best explanation
Thank you so much bro for this super video 😊😊
Really happy to help.
amazing tutorial thanks buddy you solved the issue i was looking for very clear concise
Glad it helped
Amazing content please keep going and please try to mention all things that sould not be in production
Sure I will
@@BoualiAli Thank you so much
Great tutorial. Thank you!
Glad you think so!
That was so useful, and u have an amazing way of explaining things, thank you!
Glad it was helpful!
Very good video my friend! Thank you very much!
Thank you! Cheers!
great video ! clear explanation , thanks like it
Glad you liked it!
thanks a lot Ali, it was very helpful !
Glad to hear that!
Thank you for the great video!
Glad you liked it!
Golden content, thanks!
Happy you liked it!
I don't speak English, but I understood everything, Gracias!
Glad I could help!
you are saving lives , really thanks
Glad you liked it!
Great content, thank you 🤩
my pleasure. Happy you liked it
Useful tutorial. Thanks.👍👍👍
You are welcome
Nice stuffs ❤
Keep going man
thanks. Happy you liked it
Great content, thank you man ❤
my pleasure. Happy you liked it
@@BoualiAli can we protect the api docs with basic auth for additional security?
Great tutorial, thank you very much
Happy you liked it!
just that i need it, great video new suscriber
Thanks for the sub!
Quel monstre, merci !
Thank you
I am became your fan now.🙌
Welcome to the family
ohh thanks so much. This is now working...
Enjoy
Very useful details.
Glad you liked it
There are too many lines in the code, can you tell me what is the best practice for describing documentation?
Is there another way to describe it other than annotations?
And which one do you use?
Thank you very much for the video!
Hi BoualiAli, I have a question, if I have an architecture in which I have configured, spring config server, spring eureka, spring api-gateway, spring security for auth with jwt, and I have several microservices that are within this architecture, how or where they should configure swagger so that it recognizes all the documentation of all spring boot microservices?
In the api gw
Thanks bro, it helped
very interesting, thank you for this video
my pleasire
I followed this guide but encountered numerous vulnerabilities in many of the dependencies from Maven Central. What other options would you recommend using instead
Amazing video..thanks a lot.
Glad you liked it!
Could you also cover @ApiResponses and @Pattern and validations of request body?
You can check the documentation for that
trop fort le mec, thank you
Welcome!
Hello Ali, can you create a video on Angular e-commence full stack application.
Already working on it
Thank you man good work
Happy you liked it
Hello, How do you use the swagger document to generate the frontend services?
Beautiful
Thank you sir for this awesome tutorial, please how do I go deploy the swagger file?
where to deploy it?
Very Helpful
Glad you liked it!
We need more spring boot 3 tutorials like this.
Thanks.
Please let me know what you want to see next
@@BoualiAli microservice
@@anjanx44 already published
Hi Ali, how can we provide desired custom example value to the endpoints which we want as a reference to the user about what to expect ? Your videos are great btw.
Here is an example for that
@GetMapping("/yourEndpoint")
@ApiOperation(value = "Your endpoint operation", notes = "Additional notes about the endpoint")
public ResponseEntity yourEndpoint(
@ApiParam(value = "Example value for parameter", example = "exampleValue") @RequestParam String parameter) {
// Your implementation here
return ResponseEntity.ok("Response");
}
thanks for this amazing tutorial 🙏🙏🙏
Glad it was helpful!
This is gold
Happy you liked it!
Bravo 🎉 merci 🙏
Thank you for this video it was really helpful. I have one question though how do I make it work for functional endpoints because I tried using the examples in the documentation
Can you please explain a bit more?
Thank you a lot
You are welcome
Its an excellent video on openapi. but i have a problem in my application like
In my RESTController. i have 4 end points and. i need to pass JWT token only for 2 endpoints as part of request header. How can i achive this pls ?
thank you
Thank you!
welcome
Thanks Bouali ❤❤
Happy you liked it!
would be nice to see same for webflux. there still some issues. like it shows the pet store insterad of real api
Like you said, how to generate automatic openapi docs to angular? Still pleasure of watching your content
Coming soon
I'm also interested please
very intuitive❤...
thanks
Hi bro,
can u please provide a tutorial on Apache Camel Integration Framework.
for eg: (rest.xml and route.xml)
Can you make a small video on explaining about the Schemas in Swagger UI and how to make changes to it.
Can you please tell me more?
Version 2.1.0 seems to have some vulnerability issues based on maven central repository
Can you make one on how to set OAuth2
Already done. Check the playlists
beautiful pom.xml file which theme do you use?
Default theme from the new version of intellij
Can you share some insight into how we can inject some custom CSS in swagger ui ?
I never tried that.
But, why do you need that?
What is your intellij theme by the way? I really like it
Thanks, this is the new theme from the newest version of Intellij
Is @Hidden really the only way to hide endpoints?
Thank you 😊
Happy you liked it!
you are amazing..
Thank you so much 😀
What if I want to change the title of a web page in the window? (Swagge UI
)
great !
first thanks for this wonderful tutorial 😀
I had a small issue in using magement APIS. i get 403 with this test when debug Responding with 403 status code
Securing GET /error
Set SecurityContextHolder to anonymous SecurityContext
Pre-authenticated entry point called. Rejecting access
also this only happen with this controller others work perfect and my user is admin also i check the code from repo and i cant find anything.
Thanks for the video. Can I somehow download the specification, for example, when executing the gradle task?
Yes you can!
You can use the openApi plugin to generate and download the specification
@@BoualiAli Thanks. I have done it. Is it possible also to download somehow the swagger-ui.html?
excelente
How do I get that URL link (server / UAT) from application.properties file for open API annotation. @value is showing error
Thank you so much. It would be more helpful if you bring spring boot projects
Sure thing!
@@BoualiAli thank you
I still get cannot load API definition even though I did permitAll() on all those URLs.
thank you for the video! is there a way you could make a tutorial on java based approach instead of this annotation approach? i prefer the former as i can inject values from property files into the swagger config
Great suggestion!
how to make output colorful like you
I do not see my token in my RUN, how i can do this? i used token in register place, but i am also get the error 403...
🥰 Very happy thanks you sir
my pleasure