File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
backend/src/main/java/com/ai/lawyer/global/config Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66import org .springframework .context .annotation .Bean ;
77import org .springframework .context .annotation .Configuration ;
88import org .springframework .context .annotation .Primary ;
9- import org .springframework .context .annotation .Profile ;
109import org .springframework .data .jpa .repository .config .EnableJpaRepositories ;
1110import org .springframework .orm .jpa .JpaTransactionManager ;
1211import org .springframework .orm .jpa .LocalContainerEntityManagerFactoryBean ;
Original file line number Diff line number Diff line change 99
1010import javax .sql .DataSource ;
1111
12+ /*
1213@Configuration
13- @ Profile ("!test-ci " )
14+ @Profile("!test")
1415public class MetaDBConfig {
1516
1617 @Bean
@@ -20,4 +21,4 @@ public DataSource metaDBSource() {
2021 return DataSourceBuilder.create().build();
2122 }
2223
23- }
24+ }*/
You can’t perform that action at this time.
0 commit comments