Hi Brother, it was a verry good session. I was very happy to find out this video. It helped me setting up of my backend websocket and communicating through postman. Thank you.
@TheDipDeveloperАй бұрын
Happy to know this🙂
@pankajbugad3144Ай бұрын
Good explanation
@TheDipDeveloperАй бұрын
Happy to hear that
@Gaming7harsh2 ай бұрын
bhai please spring mvc pe project lao..
@TheDipDeveloper2 ай бұрын
Sure, kaam chal raha hai
@informer92612 ай бұрын
hi sir i learn t core java and oops,next wht i need to learn to becambe backend developer give me road map
@TheDipDeveloper2 ай бұрын
Any java farmework e.g Spring-> databases (SQL/NoSQL)->rest API design -> Git Docker->microservices, and cloud basics for a complete backend development... With consistent practice and hands-on projects
@ysairamkrishna69363 ай бұрын
Super explanation 😊
@TheDipDeveloper3 ай бұрын
Happy to know that
@ysairamkrishna69363 ай бұрын
Great work
@TheDipDeveloper3 ай бұрын
happy to know this
@BatatinhaaaFrita3 ай бұрын
I'm using the same version of spring boot, 3.3.4 and the same version of this dependency. But when I try to open the page I got 404 not found, also the brother in the comments. "There was an unexpected error (type=Not Found, status=404)."
@TheDipDeveloper3 ай бұрын
access the swagger ui <ip/localhost>:<port>/swagger-ui/index.html & verify the dependency once springdoc-openapi-starter-webmvc-ui
@Sushovan552 ай бұрын
same problem like @BatatinhaaaFrita. All configurations are exactly same with same versions. still not able to access /swagger-ui/index.html
@tekapurnadeem8240Ай бұрын
you have to check the port you specified in your configuration classes. try to use 8088 port number
@ysairamkrishna69363 ай бұрын
Nice job sir
@TheDipDeveloper3 ай бұрын
Thank you
@ysairamkrishna69363 ай бұрын
Nice explanation really very helpful thank you for doing video's
@TheDipDeveloper3 ай бұрын
Thanks you, Glad you found it helpful!
@ysairamkrishna69363 ай бұрын
Super sir
@Ncode_96163 ай бұрын
Great Work Subhadip Bhaii
@TheDipDeveloper3 ай бұрын
thank you
@unyuai183 ай бұрын
ok
@mhmmdqubadl46784 ай бұрын
what is your springboot version? I am using spring version 3.3.4 and when I try to open swagger-ui/index.html I got a 404 not found error
@TheDipDeveloper3 ай бұрын
3.3.4 and use latest version of springdoc webmvc ui as mentioned on the video, verify artifact once