We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e0eec commit 3d84238Copy full SHA for 3d84238
api/src/main/java/io/kafbat/ui/KafkaUiApplication.java
@@ -13,7 +13,7 @@
13
@SpringBootApplication(exclude = LdapAutoConfiguration.class)
14
public class KafkaUiApplication {
15
16
- public static void main(String[] args) {
+ public static void main(String[] args) { // test, run e2e
17
startApplication(args);
18
}
19
0 commit comments