-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DB 접근 정보가 환경변수 문법으로 치환되었는데 `@SpringBootTest`가 이를 그대로 읽으면서 올바른 jdbc url 포맷이 아니므로 실패를 유발함 이에 적당히 인메모리 테스트 db인 h2 경로를 새로 만든 테스트 전용 `test` 프로파일에 지정해주고, 테스트 실행 시 이 프로파일을 바라보게 하여 문제해결
- Loading branch information
Showing
2 changed files
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters