Skip to content

Commit

Permalink
reverted main in kafka tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ilaktasic committed Apr 29, 2021
1 parent ff8b735 commit f118161
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
package com.infobip.testcontainers.spring.kafka;

import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.builder.SpringApplicationBuilder;

@SpringBootApplication
public class Main {

public static void main(String[] args) {
new SpringApplicationBuilder(Main.class).run(args);
}
}

0 comments on commit f118161

Please sign in to comment.