Programing/Spring Framework
@Value 어노테이션 활용
BUST
2017. 6. 28. 22:14
@Value 어노테이션 활용
Code exmaple
private ;private ;
- Property관련 설정이 있어야 가능.
- PropertySource 어노테이션을 이용하여 가능
(참고) PropertySource Annotation
- Profile에 따라 PropertySource를 다르게 설정하는 법.
@Component
Default 값 설정 하기
private ;
Spring Batch에서 JobParamter를 Value로 받는 방법
private ;
- Job Bean의 scope이 "step"이여야 value 어노테이션이 작동을 함.