Hello, it's a very useful tutorial thank you so much, I just have one comment, I prefer you explain the code pieces you are using without just stating their general purpose, i.e. when you used the query.skip(0).limit(0) I didn't get your point you just stated the general purpose of the show command and made me raise a lot of questions. I like to understand every piece of code I'm using that's my whole point. Thank you again for such tutorial :D
Brilliant tutorial, I've been learning spring boot with MongoDb from Mongouniversity, however this one is spot-on. Very informative and covered all the basics. As a bonus I learnt how to set up swagger as well 🙂.
@@DailyCodeBuffer while setting swagger getting this error-Caused by: java.lang.NullPointerException: Cannot invoke "org.springframework.web.servlet.mvc.condition.PatternsRequestCondition.getPatterns()" because "this.condition" is null
Thank you so much for your time and effort .Its is so wonderful session sure after going though your videos i got better understanding.and your way of explanation is excellent keep it up waiting for your upcoming video
Please make a Banking Application or Microservice Application with all features like sending mails, user verification , Transaction details sent to Mail etc...(using React JS as frontend) Or can focus on Backend only...
thanks quite informative. Subscribed your channel as well as liked. The Query annotation u are using it executes at the db or works as a filter in the code?
somehow when i test swagger ui (18:39 in the video), i got Whitelabel Error Page, how do i fix it? Even though i have same project structure as you. Thank you
22:14 is this some kind of extension to get suggestions from IDE to these method-name queries? because I don't get those in my IDE (Intellij community)
What is the need of creating the PersonService Interface and its implementation separately, we can just create a PersonSevice class. Generally, I have seen Interface of a Repository and its implementation is created, not for service. Can you elaborate on this?
Thanks Shabbir for the wonderful content. SpringBoot-3.0.0. Java-19 then please add javax.servlet Dependency.
javax.servlet javax.servlet-api 4.0.1 provided I faced two issues 1) Lombok @Data didnt resolve the getters 2) Swagger2 didnt work for java -19. Is anything needs to be added in SpringFoxConfig?
Thanks for video. İt is very useful. I want to ask that you used embedded relations in collections. How we create one-to-many or many-to-may relations in collections. ?
What all plugins you are using, you are able to see all the available options inside @Query(value), for e.g. $gt, $gte, $lt, $lte, etc. But I can't see, for me it just looks like a simple string
its just awesome . thank you so much making my day easier . i want your help , like i am having more than 10k records and when i am fetching all (findAllById) using springboot mongo its takes a lot of time . could you please help me how can i optimize time or scale this using springboot
Great Video but i have two questions 1) As mongoDB is schemaless, is it better to use mongo Driver APIs rather than using a POJO for CRUD operation? 2) While building a dynamic search API, how to add proper indexing for better performance?
Hello sir, , why are u passing personId in RequestBody ?? Is there any function in mongodb like in MySQL we have auto generated so that primary key may be different ?? How to make personId unique for every user in mongodb without passing the id from user end ??
Hello 👋 my brother. First of all thank you for all of your effort. Your teaching methods are so wonderful. And one more question I like your font style which color scheme or theme do you use on your IDE I want to my setup of IDE same color theme as you have.
It is used to achieve loose coupling. Basically, you use @Autowire on an instance's reference and spring automatically creates the object of the class which implements that instance.
Spring core basics (beans, AOP, dependency injection, configurations,) -> Spring MVC -> Spring Security -> Spring Data. These four are a must to know. Rest of the modules you will learn when you need them.
if >> List hobby; how to find all document with a hobby say "reading" String myhobby="reading" how to create the criteria where given hobby can searched in list and if found the that record is returned what to change in this? >>> criteria.add(Criteria.where("hobby").nin(myhobby));
Start protecting yourself on the web at nordvpn.com/dcb or use code "dcb" to get a 2-year plan plus a bonus gift with a huge discount
c'mon pliz, stop
What theme are you using for your background. I find it cool and would like to have it
It is Xcode dark theme
this criteria api is one of my most troubling case.. of how to clump all diff param and search. a good material! thanks brother
some of your best work yet. Very, very well done.
Thanks a lot 🙏
Hello, it's a very useful tutorial thank you so much, I just have one comment, I prefer you explain the code pieces you are using without just stating their general purpose, i.e. when you used the query.skip(0).limit(0) I didn't get your point you just stated the general purpose of the show command and made me raise a lot of questions. I like to understand every piece of code I'm using that's my whole point. Thank you again for such tutorial :D
Same here. He just skips over important parts by saying "not complicated, its so simple" .
I know but sometimes do your research. Don't expect everything on a platter.
Likes the Mechanical keyboard sound tap! tap! tap!
Hey man, can you make a new tutorial about JWT with springboot? since versio 5.7 of spring security has changed some things
As always the rockstar is spot on with a hot topic! Shabir bhai - keep rocking.
Thank you so much 😊
Brilliant tutorial, I've been learning spring boot with MongoDb from Mongouniversity, however this one is spot-on. Very informative and covered all the basics.
As a bonus I learnt how to set up swagger as well 🙂.
Thanks buddy 🙏🏻
@@DailyCodeBuffer while setting swagger getting this error-Caused by: java.lang.NullPointerException: Cannot invoke "org.springframework.web.servlet.mvc.condition.PatternsRequestCondition.getPatterns()" because "this.condition" is null
Very good explanation, covering really important points for improving skills, thank you again for making the knowledge available to beginners like me.
You have great tutorials. 👍🏼
HI Shabeer, This is one of the best tutorial. and Make a video for validation please.
Best Tutorial On Internet.
Thank you so much for this video ,I really like your contents😍:)
Thank you so much 😊
Thank you so much for your time and effort .Its is so wonderful session sure after going though your videos i got better understanding.and your way of explanation is excellent keep it up waiting for your upcoming video
your efforts are great. keep making more videos.
Thanks buddy 🙏🏻❤️
Hey Shabbir, Awesome tutorial for beginners. All the concepts r explained really well
Thanks 🙏🏻
Much needed video for me right now. Thank you😊
Thanks
Hope you enjoy the course 🙏🏻❤️
Amazing work, as always! Thank you for that.
Thanks 🙏🏻
Keep Supporting 🙏🏻❤️
Thanks bro for this...watching tonight after job
Thanks 🙏🏻
Hope you enjoy the course ❤️
Thanks a lot again bro. On point tutorial!
Loved this course, Awesome!!
Thanks 🙏
Amazing work, as always! Thank you
Thanks 🙏🏻
Very useful content. Thanks brother. Want more videos like this. Keep it up
Thanks 🙏
superb explanation, Got so much new things in the video
Thanks 🙏🏻
Please make a Banking Application or Microservice Application with all features like sending mails, user verification , Transaction details sent to Mail etc...(using React JS as frontend)
Or can focus on Backend only...
I have also bought an udemy course for this but first I will finish watching this video
Thanks!!
Don't by courses, bro. You can get all the knowledge for free on youtube, documentation and blogs. That + personal projects = win.
Please make vedios on complex nested query aggregation pipeline in depth using spring data mongodb
Can you make a video about the Full Stack project using SpringBoot, reactjs and mySQL? Thank you
Its simply awesome brother... What a content your are providing superb bro, keep it up. Especially your way of explanation is simply superb bro ✊
Thanks buddy 🙏🏻
thanks quite informative. Subscribed your channel as well as liked. The Query annotation u are using it executes at the db or works as a filter in the code?
Most waited video. Could you please do a video on Spring reactive, reactive kafka and reactive mongodb?
Planning on it
Excellent course...Thank you
Thanks 🙏
somehow when i test swagger ui (18:39 in the video), i got Whitelabel Error Page, how do i fix it? Even though i have same project structure as you. Thank you
loved your content ❤
22:14 is this some kind of extension to get suggestions from IDE to these method-name queries? because I don't get those in my IDE (Intellij community)
very useful for noSql beginners. Thank you.
What is the need of creating the PersonService Interface and its implementation separately, we can just create a PersonSevice class.
Generally, I have seen Interface of a Repository and its implementation is created, not for service.
Can you elaborate on this?
can you doing unit testing full tutorial in spring boot project for beginner
is possible use DTO java record somehow with Mongo DB, Document annotation on record class ?
greate video. btw, does storing binaries make the db operations slow? if so what is the option?
now java 22 is available, why you are still using java 11 is there any special reson to use 11, please could you explain?
Thank you for that!!!!, amazing video
Thanks 🙏🏻
Thanks bro. This was very helpful🙏
🙏🏻
Thanks Shabbir for the wonderful content.
SpringBoot-3.0.0. Java-19 then please add javax.servlet Dependency.
javax.servlet
javax.servlet-api
4.0.1
provided
I faced two issues
1) Lombok @Data didnt resolve the getters
2) Swagger2 didnt work for java -19. Is anything needs to be added in SpringFoxConfig?
Extremely good learning video and very skillful
Thanks 🙏🏻
Thanks for video. İt is very useful. I want to ask that you used embedded relations in collections. How we create one-to-many or many-to-may relations in collections. ?
How can I connect mongodb atlas with my spring boot application?
Amazing tutorial, thank you for the video.
Thanks 🙏🏻
Why oldestPerson returns Document type instead Person? We get one persion is not?
Can we implement ACID property in Springboot for mongoDB. If so, how can we implement it.
What all plugins you are using, you are able to see all the available options inside @Query(value), for e.g. $gt, $gte, $lt, $lte, etc. But I can't see, for me it just looks like a simple string
Is there any video available where we can fetch data from mongo db and display it in a jsp page..
Make a video on detailed oops and design patterns or solid principals
Working on it
If "address" is stored in another document names "addressDb" what would we do?
Can you give example of latest time series implementation
its just awesome . thank you so much making my day easier .
i want your help , like i am having more than 10k records and when i am fetching all (findAllById) using springboot mongo its takes a lot of time . could you please help me how can i optimize time or scale this using springboot
have you done any video on mongodb transaction?
Great Video but i have two questions
1) As mongoDB is schemaless, is it better to use mongo Driver APIs rather than using a POJO for CRUD operation?
2) While building a dynamic search API, how to add proper indexing for better performance?
1) Depends on the project.
2) Google it.
Please share src code of this project repository download links for practice. How i can get access src code . Address details required
Hello sir, , why are u passing personId in RequestBody ?? Is there any function in mongodb
like in MySQL we have auto generated so that primary key may be different ?? How to make personId unique for every user in mongodb without passing the id from user end ??
Please create a video on how to deploy microservices using docker. How to make docker containers communicate.
I have video on the same on channel.
You can check Microservice deployment with Kubernetes
why are you doing a 'pause' after saying the word 'the' every single time??
I have a query on aggregate functionality. Can we not group by city first and then sort by age?
Great video...
Please make a video using React as frontend and Java Spring Boot as backend + MongoDB
I will plan on it
Thank you very much for this Video
Thanks 🙏🏻
Springfox deprecated. please provide alternate for springfox to proceed furthur. Thanks
Hello 👋 my brother. First of all thank you for all of your effort. Your teaching methods are so wonderful. And one more question I like your font style which color scheme or theme do you use on your IDE I want to my setup of IDE same color theme as you have.
Thank you so much 😊
It is Xcode Dark theme with Atom dark icon pack and font is Monaco
@@DailyCodeBuffer thanks for every thing my brother I learnt a lot form your channel 😘
Thanks 🙏🏻
Keep Supporting
@@DailyCodeBuffer always bro
where can I find STudio3T URL Link for connection
Can you make a video on Jackson api, json to java obj , java obj to json , converting ????
can we combine itu using web flux ?
Can you please explain what is @Autowire used for ?When to use it ? where all can i use it ?
It is used to achieve loose coupling. Basically, you use @Autowire on an instance's reference and spring automatically creates the object of the class which implements that instance.
Which theme are you using?
Xcode Dark theme
Hey, what theme are you using for intellij
Xcode Dark theme
I'm just started watching spring boot master class. Should i watch this after completing that?
That would be good 👍
Nice tutorial
Thanks 🙏🏻
Thankyou somuch bro 🙏🙏
🙏🏻
Please make a video how to store image on cloudinary
What if we want add some meta data to the APIs that needs to be displayed in swagger ui like description etc...
We can add using annotation configuration for all particular Rest endpoint
@@DailyCodeBuffer those annotations from swagger apis or spring? Give me some example or one annotation please
i do not understand where to start and how to learn spring and springboot beacuse of lots of module. is it any guide or course if you recommend to me
I have a course on my channel, most of the part is covered which are required in day to day development
Spring core basics (beans, AOP, dependency injection, configurations,) -> Spring MVC -> Spring Security -> Spring Data. These four are a must to know. Rest of the modules you will learn when you need them.
Sir, please make video on Optional class in Java 8 and its uses.
I am planning on it
thankyou
You're welcome!
pls post Kafka and rabbit mq tutorial
How to handle transaction
Mongo vs Cassandra?
I can plan on it
Good Topic 👍
Tutorial is good, but I am complete beginner, so it was still a little hard for me to understand what is happening when you are so fast.
Super
Thanks 🙏🏻
Hello Shabbir
Daily leetcode challenge for DailyCodeBufferArmy ❤️
Great suggestion 👍
🤩🤩🥳🙌🙌
🙏🏻❤️
😊❤
11:00
Good content loved it but pls do not use "The" 7 times in once sentence
if >> List hobby;
how to find all document with a hobby say "reading"
String myhobby="reading"
how to create the criteria where given hobby can searched in list and if found the that record is returned
what to change in this? >>> criteria.add(Criteria.where("hobby").nin(myhobby));
Nice
thanks
You're welcome!