Developer 역할 Spring 골격 smoke (role-developer-live-v3-001)
This commit is contained in:
parent
0180987ea1
commit
061ee7ab69
1 changed files with 14 additions and 0 deletions
|
|
@ -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(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
||||
@TestPropertySource(properties = {"spring.main.allow-bean-definition-overriding=true"})
|
||||
class DeveloperApplicationTests {
|
||||
|
||||
@Test
|
||||
void contextLoads() {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue