Skip to content

Commit

Permalink
Merge pull request #715 from woowacourse-teams/fix/#714
Browse files Browse the repository at this point in the history
엔티티 스캔 패키지 지정
  • Loading branch information
pricelees authored Oct 23, 2024
2 parents d3db898 + 299aec3 commit eee0d73
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public LocalContainerEntityManagerFactoryBean entityManagerFactory(
properties.put("hibernate.hbm2ddl.auto", hibernateDdlAuto);

return builder.dataSource(dataSource)
.packages("mouda.backend")
.properties(properties)
.build();
}
Expand Down

0 comments on commit eee0d73

Please sign in to comment.