Spring 전환 골격 최신 reviewer 검증 #3

Merged
forge-bot merged 5 commits from forge/role-developer-reverify-550-001-attempt-2-run-b7030f4f44ff into main 2026-07-14 05:56:35 +00:00
Showing only changes of commit 11536e7c5f - Show all commits

View file

@ -0,0 +1,14 @@
package com.example.demo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.TestPropertySource;
@SpringBootTest
@TestPropertySource(properties = {"spring.main.banner-mode=off"})
class DemoApplicationTests {
@Test
void contextLoads() {
}
}