반응형
250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- JavaScript
- codedeploy
- codepipeline
- Jenkins
- redis
- bootstrap
- docker
- COALESCE
- codebuild
- kubeflow
- Python
- PostgreSQL
- node
- aws
- Spring
- java bigdecimal
- chartjs
- Spring Error
- 도커
- Kafka
- AWS CI/CD 구축하기
- aws cicd
- Flux
- or some instances in your deployment group are experiencing problems.
- codedeploy error
- Airflow
- chart.js
- SQL
- VPN
- IntelliJ
Archives
- Today
- Total
목록spring-boot-starter-data-mongodb-reactive (1)
Small Asteroid Blog
[Spring] mongodb, mongodb-reactive Dependency 차이
spring 에서 mongodb 를 사용하려고 하는데 두개의 dependency 정보가 있었다. 이중 어떤 것을 사용하는것이 좋은지에 대해 찾아 보았다. spring-boot-starter-data-mongodb 동기 방식호출 시 요청이 완료될 때까지 코드 실행이 멈춘다.전통적인 블로킹 방식각 요청에 대해 독립적인 쓰레드가 할당되므로, 다수의 데이터 요청이 있을 때 많은 시스템 리소스를 사용한다.간단한 API 호출에 유리데이터베이스 호출이 적거나 동기 방식으로 데이터를 처리해도 성능에 영향이 없는 경우에 적합하다.MongoTemplateMongoTemplate과 MongoRepository를 사용하여 데이터를 CRUD 할 수 있다. import org.springframework.data.mongod..
백엔드/Spring
2024. 10. 31. 17:42