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 |
Tags
- spring-kafka
- confluent
- spring-cloud-stream
- enablekafkastreams
- Logstash
- avo
- Slick
- Elk
- statestore
- spring-batch
- scala
- schema registry
- coursera
- kafka interactive query
- Spring
- scala 2.10
- springboot
- 카프카
- 플레이 프레임워크
- Kafka
- kafka streams
- aws
- kafkastream
- play framework
- gradle
- kafkastreams
- Elasticsearch
- reactive
- 한빛미디어
- RabbitMQ
Archives
- Today
- Total
목록ConfigFileApplicationContextInitializer (1)
b
SpringBoot, Junit5, EnableConfigurationProperties
2018년 3월 GatewayPropertiesTest 를 작성하다가 겪은 시행착오. Junit5 (Jupiter)를 테스트하기 위한 방법으로 Spring5에서 SpringJUnitConfig 가 추가되었다. 쉽게 `@ExtendWith(SpringExtension.class) @SpringBootTest` 를 통합한 하나의 Annotation 이라고 생각해도 된다. 그래서 아래와 같은 방법으로 테스트를 작성할 수 있다. @SpringJUnitConfig(classes = ElasticPropertiesTest.InnerConfiguration.class) public class ElasticPropertiesTest { @Autowired String username; @Test public void ..
카테고리 없음
2019. 7. 1. 13:36