첫 커밋

This commit is contained in:
2023-10-23 19:42:40 +09:00
parent 240cb23ce2
commit b06fb9ab78
10 changed files with 867 additions and 0 deletions

View File

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