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
- springboot
- Slick
- schema registry
- 카프카
- statestore
- confluent
- enablekafkastreams
- spring-kafka
- avo
- RabbitMQ
- aws
- spring-batch
- Kafka
- gradle
- 플레이 프레임워크
- Logstash
- coursera
- kafkastreams
- scala 2.10
- Spring
- Elk
- scala
- kafka interactive query
- 한빛미디어
- play framework
- reactive
- kafka streams
- spring-cloud-stream
- kafkastream
- Elasticsearch
Archives
- Today
- Total
목록Spring Command Line Arguments (1)
b
Spring5 에서 프로그래밍 적으로 빈 등록하기.
Spring 4.X 에서 Conditional.... 시리즈의 어노테이션이 추가 되면서 다양한 환경에서 Bean을 등록 할 수 있게 되었다. 현재 작업중인 Event Driven MSA (이름 참 길다...) 의 한 프로젝트에서는 상용과, 개발서버의 Bean이 달라야 하는 니즈가 있다. @Configuration @EnableConfigurationProperties(SolProperties.class) public class SolAutoConfiguration { private SolProperties solProperties; @Autowired public SolAutoConfiguration(SolProperties solProperties) { this.solProperties = solPro..
카테고리 없음
2018. 4. 5. 20:51