MessageSource1 [8] 스프링 프레임워크 핵심 - MessageSource applicationContext가 가지고 있는 MessageSource 기능을 알아보겠습니다. MessageSource는 i18n, 국제화와 관련된 기능입니다. 이 기능또한 ApplicationContext 에 넣어놓아 국제화에 대한 기능을 수행 할 수 있습니다. ApplicationContext.getMessage 메소드를 이용해서 메시지 소스를 가져올 수 있는데요 그럼 메세지를 어떤 방식으로 정의를 해야하냐면 스프링 부트를 사용한다면 별다른 설정 필요없이 messages.properties 로 정의해두면 됩니다. resources 폴더에 다음과 같이 messages.properties와 messages_ko_KR.properties 를 생성합니다. messages_en_US.properties엔 예.. 2020. 12. 14. 이전 1 다음