initial commit

This commit is contained in:
waldemar lammert
2026-01-29 11:32:44 +01:00
parent 15ed545880
commit 997504e444
17 changed files with 643 additions and 0 deletions
@@ -0,0 +1,12 @@
package de.dev089.eventproducer;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class EventProducerApplicationTests {
@Test
void contextLoads() {
}
}