Spring Boot 최소 전환 단위 구현 (BAIS-NATIVE-1783698057)
All checks were successful
ci / test (pull_request) Successful in 1m37s
All checks were successful
ci / test (pull_request) Successful in 1m37s
This commit is contained in:
parent
18ccadd53a
commit
1d856ab090
1 changed files with 12 additions and 0 deletions
|
|
@ -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() {
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue