Skip to content

Commit

Permalink
chore(CrewDatabaseConfig): @primary 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
mikekks committed Dec 31, 2024
1 parent 12dba04 commit a28f7b6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
public class CrewDatabaseConfig {

@Bean
@Primary
@ConfigurationProperties("spring.datasource")
public DataSource physicalDatasource() {
return DataSourceBuilder.create().build();
Expand Down

0 comments on commit a28f7b6

Please sign in to comment.