Spring 전환 최소 실행 골격 재검증 #4
1 changed files with 13 additions and 0 deletions
13
src/test/java/com/example/SpringMinimalApplicationTests.java
Normal file
13
src/test/java/com/example/SpringMinimalApplicationTests.java
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
package com.example;
|
||||
|
||||
import org.junit.jupiter.api.Test;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
|
||||
@SpringBootTest
|
||||
class SpringMinimalApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
// Verifies that the Spring context loads successfully
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue