ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • @Value와@PropertySource
    Spring/이론 정리 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
Designed by Tistory.