Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 | 29 |
30 | 31 |
Tags
- xargs
- 네트워크
- Mac
- Windows
- Source
- GIT
- import
- 단축키
- web.xml
- context
- VirtualBox
- vscode
- tomcat
- netsh
- bash
- plugin
- Eclipse
- 줄바꿈 문자
- Windows 10
- grep
- Quartz
- resource
- IntelliJ
- ssh
- port
- JavaScript
- maVen
- find
- lsof
- profile
Archives
- Today
- Total
develog
[boot] @ActiveProfiles, @TestPropertySource 사용하기 본문
@SpringBootTest
@ActiveProfiles("my") // application_my.yml 적용
@TestPropertySource(locations = "classpath:application_my.yml")
public class MyTest {
// 테스트 코드
}
Comments