add project

This commit is contained in:
ParkWonYeop
2025-12-26 10:07:56 +09:00
commit aac88be0c0
22 changed files with 849 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
package me.wypark.blogbackend
import org.junit.jupiter.api.Test
import org.springframework.boot.test.context.SpringBootTest
@SpringBootTest
class BlogBackendApplicationTests {
@Test
fun contextLoads() {
}
}