Spring 전환 최소 실행 골격 재검증 (role-developer-reverify-001)
All checks were successful
ci / test (pull_request) Successful in 1m35s
All checks were successful
ci / test (pull_request) Successful in 1m35s
This commit is contained in:
parent
575d6ebcb7
commit
7458b85678
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