-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BE] chore: 단일 DB로 변경, 인메모리 메시지 브로커 적용 #746
Conversation
Test Results226 tests +149 226 ✅ +149 20s ⏱️ +19s Results for commit 349697f. ± Comparison against base commit 6bc242f. This pull request removes 77 and adds 226 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
driver-class-name: com.mysql.cj.jdbc.Driver | ||
url: ${MYSQL_PROD_RDS_URL} | ||
username: ${MYSQL_PROD_RDS_USERNAME} | ||
password: ${MYSQL_PROD_RDS_PASSWORD} | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저희 mysql rds쓰나요..?
@@ -12,16 +12,16 @@ | |||
import org.springframework.web.socket.config.annotation.StompEndpointRegistry; | |||
import org.springframework.web.socket.config.annotation.WebSocketMessageBrokerConfigurer; | |||
|
|||
@Profile("local") | |||
@Profile("local | dev | prod") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
저희 모든 환경에서 인메모리 메세지로 바꿀 것 같은데
굳이 프로파일 설정안해도 될 것 같아요.
추가하신 특별한 이유가 있는지 궁금합니다.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제 생각에는 InMemory를 현재 상황에서 local, dev, prod 모두에서 사용중이다
라는 것을 명시적으로 코드에서 보여주고 싶었던 것일 거 같아요. 그렇게 생각하니 좋아보이네요! 나중에 봤을 때 생각의 여지도 적어질 것 같구요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
원래 환경별로 분리하는 것을 염두에 두고 작성한 코드였어서 그대로 두려고 했었는데
지금 상황에서는 생략해도 좋아보이네요
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
이슈
개발 사항
전달 사항 (없으면 삭제해 주세요)