개발 기록
mongoDB object 검색 본문
https://koonsland.tistory.com/120
{
"_id" : ObjectId("61e93974a9b44"),
"summary" : {
"errCnt" : 0,
"successCnt" : 2,
"reqCnt" : 2
}
}
db.getCollection('record').find({"summary.reqCnt":2}
'TIL' 카테고리의 다른 글
docker 컨테이너 ip 확인 (0) | 2024.03.15 |
---|---|
quartz job parameters processor에서 사용 (0) | 2024.02.22 |
Cannot change the ExecutorType when there is an existing transaction (0) | 2024.02.13 |
Table 'tableName_seq' doesn't exist, @Slf4j cannot find symbol (0) | 2023.02.17 |
20221128 JVM의 메모리 모델 (0) | 2022.11.28 |
Comments