사용자 도구

사이트 도구


springframework:springboot:properties

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판 양쪽 다음 판
springframework:springboot:properties [2021/01/15 15:01]
kwon37xi [YAML을 Property 객체로 변환하기]
springframework:springboot:properties [2021/01/15 15:05]
kwon37xi [YAML을 ''@PropertySource''로 사용하기]
줄 99: 줄 99:
  
 <code sh> <code sh>
-@PropertySource(value = "classpath:foo.yml", factory = YamlPropertySourceFactory.class)+@PropertySource( 
 +    value = "classpath:foo.yml",  
 +    factory = YamlPropertySourceFactory.class 
 +)
 </code> </code>
 ===== @ConfigurationProperties ===== ===== @ConfigurationProperties =====
springframework/springboot/properties.txt · 마지막으로 수정됨: 2024/03/04 16:27 저자 kwon37xi