Radosław Piliszek 2af114e479 Init repo from the component-template
Change-Id: Ib3f997825271eaff341dd76608afd390f00db390
2023-09-19 20:16:15 +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() {
}
}