Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Commit

Permalink
Remove some unnecessary config code
Browse files Browse the repository at this point in the history
  • Loading branch information
gstoehld authored Dec 16, 2022
1 parent 046a9d2 commit 40ecfb5
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@
@Configuration
public class TestConfig extends WsBaseConfig {

@Autowired DataSource dataSource;

public DataSource dataSource() {
return dataSource;
}

@Bean
@Override
public Flyway flyway(DataSource dataSource) {
Expand Down

0 comments on commit 40ecfb5

Please sign in to comment.