228.5. 샘플 경로
Spring XML에 정의된 다음 경로는 컬렉션에서 findOne 작업을 실행합니다.
GridFS에서 파일 가져오기
<route>
<from uri="direct:start" />
<!-- using bean 'mongoBean' defined above -->
<to uri="mongodb-gridfs:mongoBean?database=${mongodb.database}&operation=findOne" />
<to uri="direct:result" />
</route>