Spring 전환 골격 최신 reviewer 검증 (role-developer-reverify-550-001)
All checks were successful
ci / test (pull_request) Successful in 1m23s
All checks were successful
ci / test (pull_request) Successful in 1m23s
This commit is contained in:
parent
13ca611a46
commit
11536e7c5f
1 changed files with 14 additions and 0 deletions
14
src/test/java/com/example/demo/DemoApplicationTests.java
Normal file
14
src/test/java/com/example/demo/DemoApplicationTests.java
Normal 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() {
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue