방문해 주셔서 감사합니다! 항상 행복하세요! - 문의사항은 메일 또는 댓글로 언제든 연락주세요. - "해줘","답 내놔" 같은 질문은 답변드리지 않습니다. - 메일주소 : lts06069@naver.com Mongotemplate FacetOperation1 몽고DB Aggregate 를 병렬 동작 처럼(Mongodb aggregate facet) MongoTemplate를 활용해서 aggregate를 동작하는 방법은 간단합니다. 아래와 같은 컬렉션을 예를 들어 보겠습니다. 여기서 우리가 데이터를 집계(aggregate) 하려면 아래와 같은 코드로 동작하게 하였습니다. public MongoTemplate template; public void testDb(){ ProjectionOperation dateProjection = Aggregation.project() .and("1").as("1") .and("_id").as("_id") .and("text").as("text") .and("number").as("number") .and("type_a").as("type_a") .and("type_b").as("type_b"); Criteria cr.. 2020. 11. 3. 이전 1 다음