first commit

This commit is contained in:
NYD
2026-01-30 11:28:18 +09:00
commit 37b00599e9
40 changed files with 3204 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package kr.tscc.base;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class BootstrapApplicationTests {
@Test
void contextLoads() {
}
}