BAEL-7374 - Application class

This commit is contained in:
Amol Gote 2024-02-10 21:29:51 -05:00
parent 48a149956e
commit 8b560721b6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import org.springframework.boot.autoconfigure.SpringBootApplication;
public class StartStopConsumerApplication {
public static void main(String[] args) {
SpringApplication.run(com.baeldung.spring.kafka.deserialization.exception.Application.class, args);
SpringApplication.run(StartStopConsumerApplication.class, args);
}
}