강의

멘토링

로드맵

Inflearn Community Q&A

bbaing45640640's profile image
bbaing45640640

asked

Developing Spring and JPA based web applications

Switch Test DB to PostgreSQL

맥에서 안되시는 분들 참고하세요

Resolved

Written on

·

540

2

테스트를 돌리면

'Can not connect to Ryuk at localhost'

에러와 함께 제대로 실행되지 않아 평소처럼 제가 뭘 잘못한 줄 알고 한참을 고생했는데,

검색해보니 DOCKER FOR MAC 2.4.0 버전과 

testcontainer가 충돌(?)이 있는 것 같습니다.

전 1.15.0-rc2 버전을 통해 일단 해결했습니다.

관련 이슈는 

https://github.com/testcontainers/testcontainers-java/issues/3166

참고하세요~

spring-bootjavaJPAthymeleafspring

Answer 1

2

whiteship님의 프로필 이미지
whiteship
Instructor

좋은 정보 공유해 주셔서 감사합니다.

bbaing45640640's profile image
bbaing45640640

asked

Ask a question