MongoDB Connection With NodeJS
8:14
Пікірлер
@user-ud7ox9ot7d
@user-ud7ox9ot7d 15 күн бұрын
Thanks dost
@priyankpatel6644
@priyankpatel6644 Ай бұрын
add k8 also
@AshuKumar-kw8bi
@AshuKumar-kw8bi Ай бұрын
maine class hi liya hai User to usrer ko user userDetalis se kaise impliments kar sakte hai
@tech-soft
@tech-soft Ай бұрын
UserDetail se implement karna hoga kyun ki ye spring ka class hota hai, aap pana custom class ka name kuchh aur v rakh sakte hai, as per my understanding
@AshuKumar-kw8bi
@AshuKumar-kw8bi Ай бұрын
reply kyu nhi karte ho
@ollaray1
@ollaray1 2 ай бұрын
I can't even hear what you were saying
@pankajthakur9760
@pankajthakur9760 2 ай бұрын
Hello great video how integrate this code with html I mean template?
@hpq9650
@hpq9650 2 ай бұрын
thanks bro, i love you
@AshuKumar-kw8bi
@AshuKumar-kw8bi 2 ай бұрын
Empty encoded password
@biplab1002
@biplab1002 2 ай бұрын
Supercool
@luckyrai5435
@luckyrai5435 3 ай бұрын
Same Steps Follow kiye hai but mere me 404 Page not found ka error aa rha controller hit nhi ho rha hai
@tech-soft
@tech-soft 3 ай бұрын
Please check port on which Jenkins is running and tomcat
@luckyrai5435
@luckyrai5435 3 ай бұрын
@@tech-soft 8080 Jenkin and 8086 tomcat
@TheStarboyVlog
@TheStarboyVlog 3 ай бұрын
Bro please kafka ka full tutorial laooo na. Aap ka video bahot acche se samaj aata hai 🤩😍
@tech-soft
@tech-soft 3 ай бұрын
Thank you so much, I will try to upload kafka video soon
@SomnathDas-fg2qc
@SomnathDas-fg2qc 3 ай бұрын
Ye project ko krne ke baad kaise isko koi real time project ke sath link krnege,I mean in interview how we will link this with real based project can u explain plz,taki fake experience dikha payu
@tech-soft
@tech-soft 3 ай бұрын
Aapko interview me batane ke liye concept clear hona chahiye , most of the components jo use ho raha hai, confidence v hona chahiye, koe v ek project ka ek service pata hona chahiye jisko aap explain kar pao, complete project se puchhega to batna ki mai es particular service pe kaam kiya hoon, Koe bhi example jo hota hai wo aapka concept clear karne ke liye hota hai , jaise kya kya component use hota hai , kya kya library use kiye hai, jo real project se bilkul alag hoata hai, aapka concept clear hoga to aap answer kar payenge
@SomnathDas-fg2qc
@SomnathDas-fg2qc 3 ай бұрын
@@tech-soft mtlab is services ko Jo aap btaye kon kon sa project me use kr sakte h?
@Radhe_Radhe1997
@Radhe_Radhe1997 3 ай бұрын
Next video kbtk aa skti h plz reply 🔙
@tech-soft
@tech-soft 3 ай бұрын
I will upload soon
@Shankar-pe3gu
@Shankar-pe3gu 3 ай бұрын
hi.. can you make a video on how to secure our microservices using spring security JWT token in spring cloud api gateway
@tech-soft
@tech-soft 3 ай бұрын
Yes, I will make soon
@AmitKumar-tb6ze
@AmitKumar-tb6ze 3 ай бұрын
thank you so much brother for making this video, this help me to remove deprecated code for filterchain method
@tech-soft
@tech-soft 3 ай бұрын
Welcome brother!!
@user-Tulbul
@user-Tulbul 3 ай бұрын
Part 3 kb aa rehi hai hai
@tech-soft
@tech-soft 3 ай бұрын
Part 3. Microservice | Spring Boot | MySQL &JPA | Spring Cloud Eureka + API Gateway + Spring Cloud | PART-3 kzbin.info/www/bejne/r2XKaauJf6d1h6M
@rahulkharapkar2716
@rahulkharapkar2716 4 ай бұрын
is jenkins free ? / open source ?
@tech-soft
@tech-soft 3 ай бұрын
Yes, It’s totally free and open source, you can download it from Jenkins website.
@hind5687
@hind5687 4 ай бұрын
I took this and it works very well , thank you so much .. please can you do logout ? or give me steeps what i should follow for do it by myself , i'm really in need , thanks
@tech-soft
@tech-soft 3 ай бұрын
Thanks for comments, please visit spring security playlist or click on below link JWT Authentication & Authorization, login & logout with Spring boot | Spring Security full demo #3 kzbin.info/www/bejne/a3anhqGhfJuXqM0
@HaniDaddy
@HaniDaddy 4 ай бұрын
Thank You so much bhai, This is the best tutorial i have ever seen on Spring Security. It would be really good if you could make spring-boot micro-services course with all these Authentication & Authorization.
@tech-soft
@tech-soft 4 ай бұрын
Thank you so much. I have uploaded some videos of Microservices, soon I will integrate with jwt
@ChandanChinu-ns2wy
@ChandanChinu-ns2wy 4 ай бұрын
awesome bro...........
@tech-soft
@tech-soft 4 ай бұрын
Thanks
@AshishKumar-qt1rk
@AshishKumar-qt1rk 4 ай бұрын
sir docker file gitlab pr nai show kr rahi please tell how to do
@tech-soft
@tech-soft 4 ай бұрын
It should be there if you did commit and push
@barsharani3237
@barsharani3237 5 ай бұрын
Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true.
@tech-soft
@tech-soft 4 ай бұрын
Thank you, you are correct
@simonnilsson9943
@simonnilsson9943 5 ай бұрын
I could add user but not login. Got a 403. I downloaded the project from github and just added my own database
@tech-soft
@tech-soft 5 ай бұрын
First you need to add user using signup api then you can login, make sure login api should not have any preauthorization annotation
@tech-soft
@tech-soft 5 ай бұрын
Also you can try to comment all authentication annotations in controller class and check all api is working properly or not, if working then you can un comments authentication related annotation and login api should not contain any annotation related to authentication
@maheshphatangare3366
@maheshphatangare3366 4 ай бұрын
@@tech-soft run but token is not generated
@swapniltole8384
@swapniltole8384 5 ай бұрын
I tried to implement JWT Authentication from last 5 day in my current clients project, but unfortunately I got errors because of version related issues and I never seen video on entire KZbin like this. Finally I got what I want, Thanks u sir for this incredible video ❤❤❤❤❤❤❤❤ Thank you very much again 💕
@tech-soft
@tech-soft 5 ай бұрын
Thanks, I will try to make things easy
@khanyasmeen4272
@khanyasmeen4272 5 ай бұрын
nice explanation sir
@tech-soft
@tech-soft 5 ай бұрын
Thank you
@user-sk8er2yu3j
@user-sk8er2yu3j 6 ай бұрын
successfully implemented thanks
@tech-soft
@tech-soft 5 ай бұрын
Thank you
@saumyajoshi-ym2os
@saumyajoshi-ym2os 6 ай бұрын
Sir now a days I am exploring angular spring boot full stack developement projects where i found these highlighting features 1 razor pay 2 login verification on mail 3 more complex frontend part like links & all 4 windows local storage for saving user credentials in browser Now my doubt is are these versatile range projects inspired by real mnc projects & can Learning it help freshers to develop projects in job ?
@tech-soft
@tech-soft 6 ай бұрын
As a fresher you should have good knowledge of java 8 , spring boot, Microservices, spring security, jwt, MQ, Kafka , Kafka stram, Data structure and algorithms these are the tech set, what you have mentioned it’s okay
@marinecommando2
@marinecommando2 6 ай бұрын
WebClient ka unit test ka video kB aayega
@tech-soft
@tech-soft 6 ай бұрын
Upcoming Sunday you will get !!!
@tech-soft
@tech-soft 6 ай бұрын
WebClient Unit Test | Service to service communication | How to use webclient in spring boot kzbin.info/www/bejne/jV6YaH5nfrKroNk
@Psai4456
@Psai4456 6 ай бұрын
It’s actually restclient. Pls check it out
@tech-soft
@tech-soft 6 ай бұрын
RestClient is for synchronous http api access but WebClient is for asynchronous api access
@ankurdhaka01
@ankurdhaka01 6 ай бұрын
The method signWith(SignatureAlgorithm, byte[]) in the type JwtBuilder is not applicable for the arguments (RenderingHints.Key, SignatureAlgorithm) i am getting this error
@tech-soft
@tech-soft 6 ай бұрын
You can check your spring boot version , Spring security version and jwt version
@yorrohitofficial
@yorrohitofficial 6 ай бұрын
Ek project kijiye na using spring boot hibernate MySQL in complete one video and microservices
@tech-soft
@tech-soft 6 ай бұрын
Thanks for your reply, I will create a microserice tutorial soon
@suryakantpatil4865
@suryakantpatil4865 6 ай бұрын
Why did you use @configurationProperties instead of @value? Please reply
@tech-soft
@tech-soft 6 ай бұрын
You can use @Value as well, it will work
@kietkun2002
@kietkun2002 6 ай бұрын
i tried with mssqlserver and it not work
@tech-soft
@tech-soft 6 ай бұрын
You may need to add correct dilect for mssql and correct db url in application.properties
@sanketsaitawdekar4440
@sanketsaitawdekar4440 6 ай бұрын
Finally found a working code. Thankyou so much.
@tech-soft
@tech-soft 6 ай бұрын
Thank you so much
@mywayofjava1044
@mywayofjava1044 6 ай бұрын
A complete Quiz application project with spring security kzbin.info/www/bejne/qJ3bhZx_Zd55qJosi=Rx3VPMdwPTbJnvy5
@mywayofjava1044
@mywayofjava1044 6 ай бұрын
A complete Quiz application project with spring security kzbin.info/www/bejne/qJ3bhZx_Zd55qJosi=Rx3VPMdwPTbJnvy5
@sanketsaitawdekar4440
@sanketsaitawdekar4440 6 ай бұрын
Getting below error:- The dependencies of some of the beans in the application context form a cycle: ┌─────┐ | jwtFilter (field private com.example.jwtdemo2.service.UserInfoService com.example.jwtdemo2.filter.JwtFilter.userInfoService) ↑ ↓ | userInfoService (field private org.springframework.security.crypto.password.PasswordEncoder com.example.jwtdemo2.service.UserInfoService.passwordEncoder) ↑ ↓ | securityConfig (field private com.example.jwtdemo2.filter.JwtFilter com.example.jwtdemo2.config.SecurityConfig.jwtFilter) └─────┘ Action: Relying upon circular references is discouraged and they are prohibited by default. Update your application to remove the dependency cycle between beans. As a last resort, it may be possible to break the cycle automatically by setting spring.main.allow-circular-references to true. Process finished with exit code 1
@GauravSharma-bl7nu
@GauravSharma-bl7nu 7 ай бұрын
thanks bhai .leanrt a lot from you
@tech-soft
@tech-soft 7 ай бұрын
Thank you
@roshanraj607
@roshanraj607 7 ай бұрын
Bro signatureAlgoritm is deprecated
@tech-soft
@tech-soft 7 ай бұрын
Can you please check spring boot and spring security versions
@roshanraj607
@roshanraj607 7 ай бұрын
@@tech-soft what are the alternatives for signatureAlgoritm
@PassagetoParadise0
@PassagetoParadise0 7 ай бұрын
I'm getting 403 while using getuser Api.
@fitnessholicmallu3588
@fitnessholicmallu3588 7 ай бұрын
did you get the answer , I am also getting the same error
@tech-soft
@tech-soft 7 ай бұрын
Please provide prover user role
@siwarbenjallelb1531
@siwarbenjallelb1531 5 ай бұрын
Same did you get the answer
@maheshphatangare3366
@maheshphatangare3366 4 ай бұрын
@@tech-soft i also add user role then also i didnot get token in login
@ShubhamJain-gz9rt
@ShubhamJain-gz9rt 7 ай бұрын
@GetMapping("/getUsers/{id}") @PreAuthorize("hasAuthority('USER_ROLES') || hasAuthority('ADMIN_ROLES')") public Optional<UserInfo> getAllUser(@PathVariable Integer id){ return userInfoService.getUser(id); }
@ShubhamJain-gz9rt
@ShubhamJain-gz9rt 7 ай бұрын
i have a doubt if i want getAllUser should be access by admin only but getUser/{id} can be access by user and admin both so how to do that?? BTW awesome video. got my all concept clear!!!! 😀
@tech-soft
@tech-soft 7 ай бұрын
You can pass more than a parameter in @Preautherize
@tech-soft
@tech-soft 7 ай бұрын
You can provide multiple authority inside @Preautherize annotation
@manishkumarchoudhary6465
@manishkumarchoudhary6465 7 ай бұрын
Very easy Explanation, Thank You
@tech-soft
@tech-soft 7 ай бұрын
Thank you.
@ayushjaiswal4449
@ayushjaiswal4449 7 ай бұрын
Can we revoke the token generated this way
@tech-soft
@tech-soft 7 ай бұрын
Yes we can do, first need to implement logout api and in logout we can store that token into a blacklist hashSet And at in tokenvalidation we can check it should not present in blackListSet
@_PrachiTodkari
@_PrachiTodkari 7 ай бұрын
This the first video by which I have implemented the JWT authentication without any errors. Thank you.
@tech-soft
@tech-soft 7 ай бұрын
Thank for your comment, I will try to make easy to understand everyone.
@nk461
@nk461 6 ай бұрын
All the other tutorials on KZbin are scam. This one works, thank you @tech-soft
@RabiulIslam-lx1uc
@RabiulIslam-lx1uc 7 ай бұрын
Good
@tech-soft
@tech-soft 6 ай бұрын
Thanks
@user-yo5vg2jr3t
@user-yo5vg2jr3t 7 ай бұрын
This is good for beginners (its very simple ) complete demo
@tech-soft
@tech-soft 6 ай бұрын
Thank you
@user-yo5vg2jr3t
@user-yo5vg2jr3t 7 ай бұрын
Good for beginners
@tech-soft
@tech-soft 6 ай бұрын
Thank you
@manuchaturvedi4830
@manuchaturvedi4830 8 ай бұрын
Great Bhai
@tech-soft
@tech-soft 6 ай бұрын
Thank you so much
@Daily-digital
@Daily-digital 8 ай бұрын
Thanks
@tech-soft
@tech-soft 6 ай бұрын
Welcome