Spring Boot MongoDB MongoTemplate and Query

preview_player
Показать описание
Run queries against a Mongo nosql database without knowing the nosql syntax by using the Mongo Template and the Mongo Query. Feel free to leave comments and questions below. Enjoy! :-)
The code is located here:
Follow me on twitter:
Рекомендации по теме
Комментарии
Автор

You were one of the few videos that I found that actually covered @DBRef effectively. Thanks for the great pace and concise explanations!

chrisroberts
Автор

I just got two job offers as Sr. Java/ Spring developer. Your videos cover many of interviews questions about Spring Boot. Thank you!

xinhe
Автор

took you from 15:45 to 16:22 facepalm, total of 37 seconds. takes me hours sometimes :)

not_my_name
Автор

If my collection has name field in it.

But it has values like Suresh, suresh,
I want to perform case insensitive search.

How I can perform that.

viratsuresh
Автор

Hello! Thank you for the video. I'm new to Java. findAll() method is working but findByName method is giving me 404 error with the following warning
" WARN 9132 --- [nio-8080-exec-2] : Resolved EntityRepresentationModel not found!]"
Have already spent a day! :(

deba
Автор

Hi Sir, I'm new to Java, have a quick question, is it an alternative way that adding Autowired on MongoTemplate instead of put it inside the SpachshipService constructor?

aa-xegq
Автор

Can you explain aggregation with this query? Match.addAggregation() especially. That would be helpful

pkberrryyy
Автор

Can you do video on writing complex queries using @Query annotation for mongoDb

srikanthreddy
Автор

How can we add pagination in our mango template custom query call.?

diwakar.singh_official
Автор

How do I need to mock Mongo template class?

swethav
Автор

Hi Mike, How to query an embedded document?

shauncs
visit shbcf.ru