jmarchel fb02c5b703 Init repo from the component-template
Change-Id: Ic96afc7e75322b3d3e1d357972b6d29a4dbec3f4
2024-01-31 14:26:08 +01: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() {
}
}