-
mongodb 테스트카테고리 없음 2024. 12. 3. 00:05
MongoDB Server 설치
https://www.mongodb.com/try/download/community
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 실행
MongoDB 실행 확인
MongoDB 환경변수 추가 후 버전 확인
MongoDB Shell 설치
https://www.mongodb.com/try/download/shell
Try MongoDB Tools - Download Free Here
Free download for MongoDB tools to do more with your database. MongoDB Shell, Compass, CLI for Cloud, BI Connector and other database tools available.
www.mongodb.com
설치 후 shell 파일과 dll 파일을 server/bin 디렉토리로 이동
mongosh 실행 확인
MongoDB db 만들기
IntelliJ 프로젝트 dependency
dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-mongodb' implementation 'org.springframework.boot:spring-boot-starter-web' testImplementation 'org.springframework.boot:spring-boot-starter-test' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' compileOnly 'org.projectlombok:lombok' annotationProcessor 'org.projectlombok:lombok' }
MongoDB vs MySQL