반응형
국제화 (i18n) 기능을 제공하는 인터페이스 - 메세지 다국화 기능
ApplicationContext extends MessageSource
- getMessage
- messages.properties
- messages_ko_KR.properties
- Spring Boot에서는 messages로 시작하는 properties들을 모두 읽어 옵니다. -> ResourceBundleMessageSource
setCacheSeconds(3): Cache를 3초만 유지 해주고 재정의 -> Reloadable 함
Build를 해주면 메세지 내용이 새롭게 반영 됨
반응형
'Spring > Spring Boot' 카테고리의 다른 글
스프링 Dependency Injection은 어떻게 동작할까? (0) | 2021.03.28 |
---|---|
SXSSFWorkbook를 사용한 엑셀 생성 및 다운로드 (0) | 2020.05.18 |
Spring 용어 정리 (0) | 2020.05.06 |
의존성 주입 DI(Dependency Injection) 이해 시켜줘 제발 (0) | 2020.05.06 |
Spring Framework (0) | 2020.05.06 |