python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Retrive a object of parent class into child class in spring boot application
I am building REST API using spring boot application. I have connected application to Mongodb database. I have created a database named "Employee" and collection as "Employee" itse...
Vishal
Votes: 0
Answers: 1
Authentication failed connecting to MongoDB running in a local docker cointainer from Spring Boot application
I cannot connect to a mongodb instance running in a local docker container from my spring boot application. When the application tries to connect to the database the error below is thrown:
2022-04-03 ...

eHayik
Votes: 0
Answers: 2
Mongo query to split more than two arrays without duplicate result
I am trying to build a Mongo query for the below-mentioned record,
[
{
"_id": "1",
"source": "Source1",
"customer": "customer1"...
Shashank
Votes: 0
Answers: 1