LENATeam / bom-project

Apache License 2.0
1 stars 0 forks source link

예제 코드 테스트 이슈 검토 #2

Open sleepred opened 1 year ago

sleepred commented 1 year ago

예제 코드 테스트 이슈 검토

[ Table of Contents ]

Chapter 1: Spring Core Tasks Chapter 2: Spring MVC Chapter 4: Spring WebFlux Chapter 5: Spring Security Chapter 6: Data Access Chapter 7: Spring Transaction Management Chapter 8: Spring Batch Chapter 9: Spring Data Access with NoSQL 9-1. Using MongoDB 9-2. Using Redis 9-3. Using Neo4j 9-4. Using Couchbase Chapter 10: Spring Java Enterprise Services and Remoting Technologies Chapter 11: Spring Messaging 11-6. Send and Receive AMQP Messages with Spring 11-7. Send and Receive Messages with Spring Kafka Chapter 12: Spring Integration Chapter 13: Spring Testing Chapter 14: Caching 14-1. Caching with Caffeine

sleepred commented 1 year ago

Chapter 1: Spring Core Tasks => 서총 Chapter 2: Spring MVC => 서총 Chapter 3: Spring MVC REST => 서총 Chapter 4: Spring WebFlux => 김책 Chapter 5: Spring Security => 김책 Chapter 6: Data Access Chapter 7: Spring Transaction Management => 서책 Chapter 8: Spring Batch => 서총 Chapter 9: Spring Data Access with NoSQL 9-1. Using MongoDB 9-2. Using Redis 9-3. Using Neo4j 9-4. Using Couchbase => 김책 Chapter 10: Spring Java Enterprise Services and Remoting Technologies Chapter 11: Spring Messaging 11-6. Send and Receive AMQP Messages with Spring 11-7. Send and Receive Messages with Spring Kafka => 유책 Chapter 12: Spring Integration => 유책 Chapter 13: Spring Testing => 서총 Chapter 14: Caching 14-1. Caching with Caffeine => 서책

seosej commented 1 year ago
  1. Data Access Docker based PostgreSQL
  2. Spring Transaction Management Docker based PostgreSQL
  3. Caching a Dockerized version of Redis
YoungK0123 commented 1 year ago

sh에 작성된 버전 ( docker hub에 검색되는 최신 tag ) 굵은 표시는 실제 존재 및 설치 해야 될 것으로 예상되는 버전 표시

9-1 Docker based MongoDB 5.0 (* 최신 7.0.0-rc7 / 6.0.8 / 5.0.19)

9-2 Docker based Redis 7.0-alpine (* 최신 7.2-rc3 / 7.0.12-alpine)

9-3 Docker based Neo4j 4.4-community (* 최신 5.10.0-community)

9-4 Docker based Spring Data Couchbase community (* 최신 community-7.2.0) (https://spring.io/projects/spring-data-couchbase) 버전 별도 표기 X

davidyu62 commented 1 year ago
  1. Spring Java Enterprise Services and Remoting Technologies

    • SMTP Mail Server
  2. Spring Message

    • RabbitMQ for AMQP
    • Kafka for AMQP