sir with due respect, i liked your project building series, but I have experienced one thing that many of the times you have just implemented the concept without telling why it is required and what can be the alternative. for example in Jwt token implementation, many methods were there and it was not clear that why are we doing this.. Thanks. Hope you take it as positive feedback.
bhai ye swagger integration with spring webflux in same traditional controller,service flow(without using router n handler),make one video or give some doc
Hi, I'm using Spring 3.0.6 and I'm getting api error in Postman for /v3/api-docs. Any solution please. Error: Secured GET /v3/api-docs o.s.web.servlet.PageNotFound : No mapping for GET /v3/api-docs o.s.security.web.FilterChainProxy : Securing GET /error o.s.security.web.FilterChainProxy : Secured GET /error
@@LearnCodeWithDurgesh You implemented it step by step brother. Why did you add antmatchers v1/docs wala link you didn’t say and also why did you add string array and passed the other url’s you didn’t explain.
@@LearnCodeWithDurgesh No Durgesh, You have not explained like apis method having a predicate RequestHandlerSelectors. What it is and Why We should use it?? A lot of questions are there. I tried to google it but not found anything as such.
@@GauravKawatrakir yes exactly not to disrespect his efforts but he hasn’t ever explained the ‘WHY’ in any of his or most of videos. I have subscribed him when he had 40-50k subs. In most of his videos he hasn’t explained the ‘WHY’. Probably he himself doesn’t know. He explains the implementation and bas Aise krne se ye hoga. But yes I do watch his videos because implementation is there of many things.
Also do watch his Microservices video part 2 in which he has showed the implementation only AGAIN. That is one his worst videos. Because again he has only showed the implementation as says in video step by step but no explanation on why we are writing this particular piece of code.
When I am running my application on embaded server, swagger-ui.html page is accessable, but when i running my application on external tomcat then swagger-ui.html is forebidden, how to fix it?
Brother I can not integrate swagger with my spring boot application I think I use spring boot 3 so that i getting this error Can you please make video on latest version this will be very helpful for us Thank you so much
Hi, I'm using Spring 3.0.6 and I'm getting api error in Postman for /v3/api-docs. Any solution please. Error: Secured GET /v3/api-docs o.s.web.servlet.PageNotFound : No mapping for GET /v3/api-docs o.s.security.web.FilterChainProxy : Securing GET /error o.s.security.web.FilterChainProxy : Secured GET /error
Thanks for the video. I deployed my Java springboot application with swagger in ngnix server. locally and local Docker it is working as expected. But in server swagger ui giving 404 not found error. Any help would be great.
swagger is not working in spring boot 3.2 { "type": "about:blank", "title": "Not Found", "status": 404, "detail": "No endpoint GET /swagger-ui/api-docs.", "instance": "/swagger-ui/api-docs" } can anyone help ?
Sir while running the project, i got this error - " Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException", Any Resolution for this by anybody????? PLEASE HELP
sir tell me one thing i have some version issue while configuring swagger in my project sir i used springboot version 3.1.14 so tell me the swagger dependeny which will be the suitable or easy to configuring swagger in my project sir i also want swagger with authentication token .............🥲🥲🥲
Durgesh sir I am getting an error while adding the dependency in pom.xml. this file shows an error if i remove this dependency it run correctly please help...@Learn code with durgesh
Hi, I'm using Spring 3.0.6 and I'm getting api error in Postman for /v3/api-docs. Any solution please. Error: Secured GET /v3/api-docs o.s.web.servlet.PageNotFound : No mapping for GET /v3/api-docs o.s.security.web.FilterChainProxy : Securing GET /error o.s.security.web.FilterChainProxy : Secured GET /error
sir with due respect, i liked your project building series, but I have experienced one thing that many of the times you have just implemented the concept without telling why it is required and what can be the alternative. for example in Jwt token implementation, many methods were there and it was not clear that why are we doing this.. Thanks. Hope you take it as positive feedback.
yeah
Java Core achy se parhlo OOPs achy se seekhlo to sab easily clear hojayega.
bhai kuch bhi smj nahi aaraha hai...uppar se ja raha hai....
Can u plzzz continue this project with unit testing plzzz using Junit ,mockito or wiremock if possible
Yes please :)
/v3/api-docs why its taken because i followed same step but not working. Have you declared this url in controller layer ?
bhai ye swagger integration with spring webflux in same traditional controller,service flow(without using router n handler),make one video or give some doc
Hi, I'm using Spring 3.0.6 and I'm getting api error in Postman for /v3/api-docs.
Any solution please.
Error:
Secured GET /v3/api-docs
o.s.web.servlet.PageNotFound : No mapping for GET /v3/api-docs
o.s.security.web.FilterChainProxy : Securing GET /error
o.s.security.web.FilterChainProxy : Secured GET /error
same for me
same for me
I also got the same error, did you fix it, can you help me?
Use springdoc-openapi-starter-webmvc-ui dependency instead springfox
@@GowdaKK it worked Thanks a lot
Sir Please Integrate this with a FrontEnd as well.
Great 👌👌
To access the api-docs, how to do it by requestMatcher?
@ApiOperation se bhi kaam ho jata. And please explain bhi karo jo implement kar rahe ho. Implementation hi dekhna hai tho google se bhi mil jayega.
It's simple spring configuration , i explained step by step
@@LearnCodeWithDurgesh You implemented it step by step brother. Why did you add antmatchers v1/docs wala link you didn’t say and also why did you add string array and passed the other url’s you didn’t explain.
@@LearnCodeWithDurgesh No Durgesh, You have not explained like apis method having a predicate RequestHandlerSelectors.
What it is and Why We should use it?? A lot of questions are there. I tried to google it but not found anything as such.
@@GauravKawatrakir yes exactly not to disrespect his efforts but he hasn’t ever explained the ‘WHY’ in any of his or most of videos. I have subscribed him when he had 40-50k subs. In most of his videos he hasn’t explained the ‘WHY’. Probably he himself doesn’t know. He explains the implementation and bas Aise krne se ye hoga. But yes I do watch his videos because implementation is there of many things.
Also do watch his Microservices video part 2 in which he has showed the implementation only AGAIN. That is one his worst videos. Because again he has only showed the implementation as says in video step by step but no explanation on why we are writing this particular piece of code.
Can we use this api docs for our projects in resume as I’m a Backend developer and I don’t know the frontend
Thank you ❤️
Thankyou so much sir for this video🙏
pls make videos on mockito/sonarqube/sonarlint
I have springFox dependency loaded at my pom file. But I can not inject this Docket class into my SwaggerConfig class. Can not figureout.
When I am running my application on embaded server, swagger-ui.html page is accessable, but when i running my application on external tomcat then swagger-ui.html is forebidden, how to fix it?
Brother I can not integrate swagger with my spring boot application
I think I use spring boot 3 so that i getting this error
Can you please make video on latest version this will be very helpful for us
Thank you so much
Not working on latest version
org.springdoc
springdoc-openapi-ui
2.0.0
use this dependency for latest version of springBoot
@@supriyasingh9385 ruclips.net/video/Eo6v01KUeZM/видео.html
This works
@@GLINCKERO any solution I'm stucked from 3 days
Hi, I'm using Spring 3.0.6 and I'm getting api error in Postman for /v3/api-docs.
Any solution please.
Error:
Secured GET /v3/api-docs
o.s.web.servlet.PageNotFound : No mapping for GET /v3/api-docs
o.s.security.web.FilterChainProxy : Securing GET /error
o.s.security.web.FilterChainProxy : Secured GET /error
for spring boot 3, springdoc-openapi v2 is working instead of v3
It helped me a lot to groom my knowledge, I am following and has done some extra mile as well.
Thanks, keep doing good work
🔥Documenting APIs using Swagger Step by Step | Backend Course in Hindi
Hello mr Durgesh why you didn't start any program from starting ?. why you start any program from mid. please don't confuse
Thanks for the video. I deployed my Java springboot application with swagger in ngnix server. locally and local Docker it is working as expected. But in server swagger ui giving 404 not found error. Any help would be great.
Is this last part of coding for blogging application or else is their any api's left
Sir ek doubt hai swagger API mein hame sirf ek hi controller chaye toh kaise?
Awesome
How can make my Swagger api open and be seen by everyone?
In this video it's on the local host
Very interesting ! !
swagger is not working in spring boot 3.2
{
"type": "about:blank",
"title": "Not Found",
"status": 404,
"detail": "No endpoint GET /swagger-ui/api-docs.",
"instance": "/swagger-ui/api-docs"
}
can anyone help ?
Why are you using light mode? Do you hate your eyes?
Sir mere me 2 same same api browser par show ho rha h swagger ka mujhe sirf ek post put delete getbyid aur getall chahiye
Sir while running the project, i got this error - " Failed to start bean 'documentationPluginsBootstrapper'; nested exception is java.lang.NullPointerException",
Any Resolution for this by anybody????? PLEASE HELP
Check if you added @EnableWebMvc in the Security Configuration class.
spring bhot why we use?
Playlist link??
Please provide playlist
Sir none of this is working with new Spring security and Spring boot 3 😭
explanation was good but its not for beginners
sir tell me one thing i have some version issue while configuring swagger in my project sir i used springboot version 3.1.14 so tell me the swagger dependeny which will be the suitable or easy to configuring swagger in my project sir i also want swagger with authentication token .............🥲🥲🥲
Durgesh sir I am getting an error while adding the dependency in pom.xml. this file shows an error if i remove this dependency it run correctly please help...@Learn code with durgesh
Sir Please create frontend in react
Brother v3/api-docs not found in postman 404 error and swagger-ui/ also give white lable 404 error I don't know how can fix this
Kindly help me Thanks
Did you find the solution?
Any Solution did you find
Any Solution
Did you find the solution?
Degrade the spring boot version to 2.7.9 it worked for me
Bhaiya mene abhi mern seekh rha hoo
this configuration is not working sir
Watch migration videos from 2.X to 3.x ... Spring boot 3 features playlist
Hi
Koi kaam aye to plzz bata dena
Nhi smj aya bhai time waste totally
isko khud nahi aata hai
for those who are facing the issue of failed to load response while accessing swagger-ui allow following pattern:-/v3/api-docs/**.
Not working brother pls provide solution
Hi, I'm using Spring 3.0.6 and I'm getting api error in Postman for /v3/api-docs.
Any solution please.
Error:
Secured GET /v3/api-docs
o.s.web.servlet.PageNotFound : No mapping for GET /v3/api-docs
o.s.security.web.FilterChainProxy : Securing GET /error
o.s.security.web.FilterChainProxy : Secured GET /error
Please send the code ?
If someone's project is complete then give me your github id