Spring Boot 최소 전환 단위 구현 (BAIS-NATIVE-1783698057)
All checks were successful
ci / test (pull_request) Successful in 1m37s

This commit is contained in:
forge-bot 2026-07-10 15:41:20 +00:00
parent 18ccadd53a
commit 1d856ab090

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() {
}
}