Skip to content

Commit 89d03cc

Browse files
BE: Disable LDAP autoconfiguration (#314)
To prevent failing LDAP health checks Co-authored-by: Alexey Zavialov <alexeyzavyalov@users.noreply.github.com>
1 parent fd76f61 commit 89d03cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/src/main/java/io/kafbat/ui/KafkaUiApplication.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
import org.springframework.scheduling.annotation.EnableAsync;
99
import org.springframework.scheduling.annotation.EnableScheduling;
1010

11-
@SpringBootApplication
12-
@EnableScheduling
1311
@EnableAsync
12+
@EnableScheduling
13+
@SpringBootApplication(exclude = LdapAutoConfiguration.class)
1414
public class KafkaUiApplication {
1515

1616
public static void main(String[] args) {

0 commit comments

Comments
 (0)