Radosław Piliszek a0c84c95d7 Init repo from the component-template
Change-Id: I0c985ea153c936094b4e7cf88a9f268553c224bd
2023-09-26 09:19:10 +02:00

14 lines
215 B
Java

package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class DemoApplicationTests {
@Test
void contextLoads() {
}
}