Spring 전환 골격 최신 reviewer 검증 #3
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