Spring Boot - Build a CRUD REST API with MongoDB Atlas | JavaTechie

  Рет қаралды 60,825

Java Techie

Java Techie

Күн бұрын

Пікірлер: 86
@ritubratachatterjee3986
@ritubratachatterjee3986 Жыл бұрын
For me, the best part of Java Techie related tutorials are solving very minor problems in runtime like wrong syntax etc. This happens with everyone. Also very detailed explanation of each and every topic without using any jargons so that everyone can understand. Truly you are a great tutor. :)
@Javatechie
@Javatechie Жыл бұрын
Thank you so much buddy for appreciating it 🙂. Keep learning 👍
@cruzantonysamy7144
@cruzantonysamy7144 5 күн бұрын
Thanks!
@Javatechie
@Javatechie 5 күн бұрын
Thank you so much buddy 🤗
@amanbains5474
@amanbains5474 Жыл бұрын
Thank you for this amazing tutorial !! You are one of the top 0.1 % tutors of Java and Spring
@siriusindalo
@siriusindalo Жыл бұрын
He is truly doing a great job :D
@subhadipsamanta4513
@subhadipsamanta4513 2 жыл бұрын
Thanks Dada 🥰 To upload MongoDb with Spring Boot 😍 ... Love from Kolkata 🥰
@Javatechie
@Javatechie 2 жыл бұрын
Kemon acha dada
@subhadipsamanta4513
@subhadipsamanta4513 2 жыл бұрын
@@Javatechie Valo achi How are you ?? I completed my Company's Training by helping your video 🥰 Thank You so Much for making free video for students 🙏🔥
@Javatechie
@Javatechie 2 жыл бұрын
Glad to hear this buddy 😊
@subhadipsamanta4513
@subhadipsamanta4513 2 жыл бұрын
@@Javatechie 🤗🥰
@cajueiro11
@cajueiro11 2 жыл бұрын
Excellent! Thanks for sharing!
@ILoveCanada-81
@ILoveCanada-81 4 ай бұрын
Great tutorial, thank you!
@sivavaraprasad778
@sivavaraprasad778 2 жыл бұрын
no words about your efforts ..Thanks a lot .very helpful
@manichhina3984
@manichhina3984 2 жыл бұрын
congrats on reaching 100k today .....well deserved silver button ....Please keep supporting java community.......Regards Maninder Singh
@Javatechie
@Javatechie 2 жыл бұрын
Thanks buddy Mani i will continue. Keep learning 😃
@vincentmax4571
@vincentmax4571 2 жыл бұрын
Wonderful as always!!!
@babulsk6214
@babulsk6214 Жыл бұрын
@Javatechie Not able to connect with Mongo atlas cluster. Getting exception like "Failed looking up TXT record for host . Any suggestion would be appreciated. TIA
@jsanandhu880
@jsanandhu880 Жыл бұрын
one of the best videos explaining the concepts
@yashwanthreddygowreddigari1997
@yashwanthreddygowreddigari1997 6 ай бұрын
Awesome bro 🎉🎉🎉🎉🎉
@rajenderprasad1193
@rajenderprasad1193 Жыл бұрын
Thanks Basant Bhai !!
@shyamusharma3485
@shyamusharma3485 2 жыл бұрын
Thank you so much......just finished this poc :)
@nadetdevfullstack7041
@nadetdevfullstack7041 2 жыл бұрын
Excellent ! Thanks !
@yankidafontes5764
@yankidafontes5764 Жыл бұрын
Thanks brother, that helped me a lot!
@anandlshinde
@anandlshinde 2 жыл бұрын
Thanks for your efforts
@omchaudhari3576
@omchaudhari3576 Жыл бұрын
Hello Sir, the @Document annotation is not found still after having Lombok... ???
@Javatechie
@Javatechie Жыл бұрын
@Document annotation is part of spring data mongo buddy
@ijunedaslam
@ijunedaslam 5 ай бұрын
nicely explained
@NoorlinkMouloudMessad
@NoorlinkMouloudMessad Жыл бұрын
hello, i'm using springboot 2.5.2 and it's like the version is too old to work with Atlas, i did exactly what yout did, but i still get this error : Failed to instantiate [com.mongodb.client.MongoClient] any help would be really appreciated thanks
@muzaffarumar
@muzaffarumar 2 жыл бұрын
superb
@ramanag5680
@ramanag5680 2 жыл бұрын
Thank you so much basant
@aliksargsyan2782
@aliksargsyan2782 2 жыл бұрын
Hi thank you for all of your efforts. It is Excellent explanation. Keep it up you are doing great. But one thing. Which one is the best for performance using java 8 streams or JPA ?
@Javatechie
@Javatechie 2 жыл бұрын
Ofcourse java 8 stream Buddy
@AdarshaPal-e1b
@AdarshaPal-e1b Жыл бұрын
I have followed this tutorial and I was able to perform simple Crud operations. But in my Mongo DB I have a Compound Index and when I un my API it is not using the compound index instead it uses another index which is created for sorting field Parameter. Any thoughts what could be wrong
@toufik4044
@toufik4044 2 жыл бұрын
Thanks you so much!
@LearningAccount-uy1fn
@LearningAccount-uy1fn Жыл бұрын
Hi Basant, If you deploy the spring boot application to aws ec2 as a docker container and then try to connect to atlas, the app fails to connect and gives unknown host. Can you please suggest ?
@Javatechie
@Javatechie Жыл бұрын
Never tried this integration let me check will update you
@LearningAccount-uy1fn
@LearningAccount-uy1fn Жыл бұрын
@@Javatechie It worked, there was something wrong in configuration provided for mongoDB
@Javatechie
@Javatechie Жыл бұрын
Great buddy
@patel5532
@patel5532 2 жыл бұрын
Sir, Is there any special reason to use taskId as String, since generally we use Id as a integer?
@Javatechie
@Javatechie 2 жыл бұрын
No special reason we can use any value like integer and long
@rickhunter8216
@rickhunter8216 Жыл бұрын
UUID IS ALPHANUMERIC, NO LONG NEITHER INTEGER, IT'S A STRING VALUE.
@BTEEEVANSH
@BTEEEVANSH Жыл бұрын
Sir , I am stuck to integrate springboot with the mongodb as it is showing error like javax.net.ssl.SSLException: Received fatal alert: internal_error , com.mongodb.MongoSocketWriteException: Exception sending message , I have tried it with jdk 11.8 and java 17 but issue continues would you guide me how can I solve it
@justuploadit1106
@justuploadit1106 10 ай бұрын
If you have not solved this. Or just in case for any fellows who will be having same issue. Solution: Add your IP in Network access inside your mongodb cloud.
@sreekanthjanapati409
@sreekanthjanapati409 2 жыл бұрын
Excellent, may I know which software’s r u using for recording and editing videos
@Javatechie
@Javatechie 2 жыл бұрын
Movavi
@paileemallesh9942
@paileemallesh9942 Жыл бұрын
Thank you ❤
@Bunnybunny-n1v
@Bunnybunny-n1v 11 ай бұрын
Lombok doesn't work for me , i can't use lombok getter and setter
@Javatechie
@Javatechie 11 ай бұрын
Adding only dependency is not enough You need to configure it in your ide
@itsnarahari
@itsnarahari 2 жыл бұрын
We are 2k away from century will celebrate it
@Javatechie
@Javatechie 2 жыл бұрын
Not 2k . 200 buddy 😊
@itsnarahari
@itsnarahari 2 жыл бұрын
@@Javatechie Ho great 😃
@오민경-w6x
@오민경-w6x Жыл бұрын
thank you. It helped me a lot.
@waqasahmed8660
@waqasahmed8660 10 ай бұрын
Thank you
@channabasavak3957
@channabasavak3957 2 жыл бұрын
Hi, Thank you for this helpful video on MongoDb, as usual you explained it very clearly. I need some material on design patterns and design patterns of Microservices which can be easily followed. For me it is quite difficult to answer these questions for interviews. Thanks :)
@Javatechie
@Javatechie 2 жыл бұрын
Microservice.pattern.io
@rickhunter8216
@rickhunter8216 Жыл бұрын
@@Javatechie CAN I LOG OUT MONGODB ATLAS AFTER TO DO THIS TUTORIAL?
@Javatechie
@Javatechie Жыл бұрын
Yes 👍
@Apopjak
@Apopjak Жыл бұрын
nice thanks man
@kunalkachave4180
@kunalkachave4180 10 ай бұрын
Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driver class Action: Consider the following: If you want an embedded database (H2, HSQL or Derby), please put it on the classpath. If you have database settings to be loaded from a particular profile you may need to activate it (no profiles are currently active).
@vikasmshr
@vikasmshr 6 ай бұрын
How to remove _class in mongodb
@mukeshbehera1
@mukeshbehera1 2 жыл бұрын
Thank u bro
@krupabhavsar3827
@krupabhavsar3827 Жыл бұрын
Thank you. You male it everything easy. can we have this code/project ?
@krupabhavsar3827
@krupabhavsar3827 Жыл бұрын
got code 's link in git hub. thx😅
@patel5532
@patel5532 2 жыл бұрын
Sir, please make video on spring security. Earlier tutorial using WebSecurityConfigurerAdapter , So I am not able to follow those tutorials. Could you please make video again on Spring security for beginners.
@Javatechie
@Javatechie 2 жыл бұрын
Can you please check this kzbin.info/www/bejne/a5uno3V6ab5kg6s
@RibuRajan
@RibuRajan 2 жыл бұрын
👍
@shaikakbarali5257
@shaikakbarali5257 2 жыл бұрын
its not auto suggesting 😆😆😆😆😆.
@Javatechie
@Javatechie 2 жыл бұрын
Which one?
@shaikakbarali5257
@shaikakbarali5257 2 жыл бұрын
@@Javatechie in yml file you were expecting autosuggest but it didn't. We know how it feels to type it.
@Javatechie
@Javatechie 2 жыл бұрын
Yes spring assistant plugin 🔌 required for that buddy some how it was disabled for me 😂
@rishiraj2548
@rishiraj2548 2 жыл бұрын
Hello
@Javatechie
@Javatechie 2 жыл бұрын
Hi
@anandlshinde
@anandlshinde 2 жыл бұрын
When I am calling findAll() I am getting com.mongodb.MongoQueryException: Query failed with error code 2 with name 'BadValue' and error message 'Field 'locale' is invalid in: { locale: "blog" }' on server localhost:27017. any suggest me solution for this error
@bogdanjovanovic2737
@bogdanjovanovic2737 2 жыл бұрын
Do you know maybe what is the cause of this exception: *com.mongodb.MongoSocketReadException: Prematurely reached end of stream exception* I've whitelisted my public IP and did everything like you did.
@OgnjenAndjelic
@OgnjenAndjelic 2 жыл бұрын
Probaj da ne koristiš application.yml file. Nadji na netu kako se kuca u properties fajlu i pokreni tako.
@paileemallesh9942
@paileemallesh9942 2 жыл бұрын
Very nice class sir
@abhijitshankhdhar2238
@abhijitshankhdhar2238 2 жыл бұрын
hi have you got the solution to this
@Javatechie
@Javatechie 2 жыл бұрын
Why ? Are you getting the same ?
@jos785com
@jos785com Жыл бұрын
for me is not working, postman cannot find the path that I created. Not only postman. The IDE also is not finding the GET request to retrieve all the objects. I created a collection in mongodb but no method seems to work. Edited. Nevermind. It worked. :)
@TheVicfromsky
@TheVicfromsky 2 ай бұрын
hi, how do you solved ? i have same problem.
@nguyenquan4836
@nguyenquan4836 2 жыл бұрын
Thank you so much!
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Tuna 🍣 ​⁠@patrickzeinali ​⁠@ChefRush
00:48
albert_cancook
Рет қаралды 148 МЛН
MongoDB with Spring Boot Crash Course - Full Tutorial
1:17:23
Daily Code Buffer
Рет қаралды 70 М.
Spring Boot Tutorial - Build a Rest Api with MongoDB
1:12:30
Amigoscode
Рет қаралды 233 М.
Java Spring Boot Mongodb Full Project
1:15:35
Telusko
Рет қаралды 196 М.
Spring Boot MongoDB CRUD 2024 | REST API Operations Tutorial
42:36
United Top Tech
Рет қаралды 2,2 М.