-
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] multiDataSource 설정 수정 및 테스트 검증 강화 #696
Conversation
Test Results221 tests 221 ✅ 17s ⏱️ Results for commit 080ec1e. ♻️ This comment has been updated with latest results. |
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.
굳굳! 이제 확실히 writer ,reader 분리 되어보이네요
@Bean(name = "dataSource") | ||
public DataSource dataSource(@Qualifier(ROUTING_DATA_SOURCE) DataSource routingDataSourceType) throws SQLException { | ||
return new LazyConnectionDataSourceProxy(routingDataSourceType); | ||
} |
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.
@Bean(name = "dataSource") | |
public DataSource dataSource(@Qualifier(ROUTING_DATA_SOURCE) DataSource routingDataSourceType) throws SQLException { | |
return new LazyConnectionDataSourceProxy(routingDataSourceType); | |
} | |
@Bean(name = "dataSource") | |
public DataSource dataSource(@Qualifier(ROUTING_DATA_SOURCE) DataSource routingDataSourceType) { | |
return new LazyConnectionDataSourceProxy(routingDataSourceType); | |
} |
Co-authored-by: TRE <[email protected]>
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.
👍
Co-authored-by: TRE <[email protected]> Co-authored-by: ehtjsv2 <[email protected]>
이슈
개발 사항