-
@Value와@PropertySourceSpring/이론 정리 2023. 8. 7. 15:00반응형
@Value와@PropertySource
① send.properties(main/resources/send.properties생성) 파일을 만든다
② @PropertySource(“send.properties") 연결
③ 변수에 저장할 @Value("key값")을 넣어준다
>> result의 값을 출력하면 다음과 같이 나온다
반응형'Spring > 이론 정리' 카테고리의 다른 글
@Component @Autowired란? (0) 2023.08.07 DTO DAO VO란? (0) 2023.08.06