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
- 플레이 프레임워크
- Logstash
- spring-cloud-stream
- kafkastreams
- scala 2.10
- 카프카
- play framework
- Elasticsearch
- confluent
- kafkastream
- schema registry
- gradle
- Spring
- reactive
- 한빛미디어
- enablekafkastreams
- coursera
- spring-batch
- springboot
- aws
- scala
- spring-kafka
- Slick
- RabbitMQ
- kafka streams
- statestore
- Kafka
- avo
- kafka interactive query
- Elk
Archives
- Today
- Total
목록enableconfigurationproperties (1)
b
ConfigurationProperties 가 Intellij에서 에러로 표시되는 경우
스프링에서 가장 쉽게 프로퍼티를 읽어오는 방법은 @Value를 이용하는 것이다. - @Value(value="${app.base.name}") 를 이용해서 application의 프로퍼티 하나를 읽어오거나 - @Value("#{systemProperties['os.name']}") 처럼 이용해서 시스템 값을 가져오거나 - @Value("${spring.profiles.active:default}") 를 이용해서 프로파일값을 가져 올 수 있지만, expression 을 이용하거나, 몇몇 한정된 경우에만 쓰이고 실제로는 @ConfigurationProperties를 더 많이 이용한다. (링크 : https://docs.spring.io/spring-boot/docs/current/api/org/springf..
카테고리 없음
2019. 4. 14. 00:27