Spring Boot 최소 전환 단위 구현 #4

Merged
forge-bot merged 4 commits from forge/BAIS-NATIVE-1783698057-attempt-1 into main 2026-07-10 15:43:36 +00:00
Showing only changes of commit 1d856ab090 - Show all commits

View file

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