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
- kafka streams
- RabbitMQ
- Spring
- spring-cloud-stream
- Logstash
- coursera
- spring-kafka
- kafkastream
- schema registry
- springboot
- 카프카
- play framework
- 플레이 프레임워크
- aws
- Kafka
- enablekafkastreams
- confluent
- spring-batch
- gradle
- 한빛미디어
- statestore
- Elasticsearch
- avo
- Elk
- Slick
- scala 2.10
- kafka interactive query
- reactive
- scala
- kafkastreams
Archives
- Today
- Total
목록springboot 2.0 test (1)
b
springboot 2.0 에서 ApplicationContextRunner 테스트
https://spring.io/blog/2018/03/07/testing-auto-configurations-with-spring-boot-2-0 지지난주 spring.io 에 올라온 글이다. 스프링부트 2.0에 ApplicationContextRunner 가 추가 되었고 이에 대한 사용법을 설명하는 내용인데, 실제로 활용해보니 기존의 static class 로 Spring 설정을 slicing 하는 것보다 가독성도 좋고, 사용도 편하다. 1. SolMailAutoConfiguration 빈을 생성할때 JSR380에 의해 validate한지 확인하는 테스트new ApplicationContextRunner() .withConfiguration(of(SolMailAutoConfiguration.class..
카테고리 없음
2018. 3. 23. 17:12