Skip to content

Commit

Permalink
[Refactor] 학교 db 접근 설정 테스트
Browse files Browse the repository at this point in the history
  • Loading branch information
hen715 committed Apr 30, 2024
1 parent f396d98 commit ba3acbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
import java.util.HashMap;
import java.util.Map;

/*@Configuration
@Configuration
@EnableTransactionManagement
@EnableJpaRepositories(basePackages = {"kr.inuappcenterportal.inuportal.repository"})
public class MySqlConfig {
Expand All @@ -44,4 +44,4 @@ public LocalContainerEntityManagerFactoryBean entityManagerFactory(EntityManager
PlatformTransactionManager transactionManager(@Qualifier("entityManagerFactory") EntityManagerFactory entityManagerFactory) {
return new JpaTransactionManager(entityManagerFactory);
}
}*/
}

0 comments on commit ba3acbb

Please sign in to comment.