Files
DemoKafkaStream/KafkaStream/src/test/java/ru/ldeloff/kafkastream/KafkaStreamApplicationTests.java

14 lines
228 B
Java

package ru.ldeloff.kafkastream;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class KafkaStreamApplicationTests {
@Test
void contextLoads() {
}
}