Files
EventProducer/src/test/java/de/dev089/eventproducer/EventProducerApplicationTests.java
waldemar lammert 997504e444 initial commit
2026-01-29 11:32:44 +01:00

13 lines
230 B
Java

package de.dev089.eventproducer;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class EventProducerApplicationTests {
@Test
void contextLoads() {
}
}