1. mongoDB설치 Try MongoDB Community Edition Try MongoDB Community Edition on premise non-relational database including the Community Server and Community Kubernetes Operator for your next big project! www.mongodb.com 에서 MongoDB Community Server를 받아 설치해준다. 보통 mongoDB compass도 같이 설치할 것인데, 위와같이 Databases쪽에 사용할 db를 생성해준다. 또한, RDB의 Table과 비슷한 개념인 Collection(콜렉션)을 생성해준다. 2. Spring Boot 프로젝트 생성 MongoDB ..