Skip to content

Commit a83a485

Browse files
committed
Remove test lines
1 parent af6562d commit a83a485

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

src/main/java/com/example/SpringBootPhoenixApplication.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,4 @@ public static void main(String[] args) {
2222
.configure(new SpringApplicationBuilder(SpringBootPhoenixApplication.class))
2323
.run(args);
2424
}
25-
26-
@Bean
27-
CommandLineRunner commandLineRunner(final DataSource dataSource){
28-
return new CommandLineRunner() {
29-
@Override
30-
public void run(String... strings) throws Exception {
31-
System.out.println(dataSource);
32-
}
33-
};
34-
}
3525
}

0 commit comments

Comments
 (0)