Skip to content

Commit

Permalink
fix test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Mar 20, 2024
1 parent 93ec3b7 commit ebe9718
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
@SpringBootApplication
public class Application {
public static void main(String[] args) {
new EmbeddedZooKeeper(2181,false).start();
// new EmbeddedZooKeeper(2181,false).start();
SpringApplication.run(Application.class,args);
}
}

0 comments on commit ebe9718

Please sign in to comment.