Skip to content

Commit

Permalink
Update KafkaUiApplication.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Haarolean authored Nov 11, 2024
1 parent 57e0eec commit 3d84238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/java/io/kafbat/ui/KafkaUiApplication.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@SpringBootApplication(exclude = LdapAutoConfiguration.class)
public class KafkaUiApplication {

public static void main(String[] args) {
public static void main(String[] args) { // test, run e2e
startApplication(args);
}

Expand Down

0 comments on commit 3d84238

Please sign in to comment.