다국어1 Spring Boot internationalization ### 참고 : https://justinrodenbostel.com/2014/05/13/part-4-internationalization-in-spring-boot/ ### Spring Boot internationalization 1. message.properties 생성 - messages.properties - messages_en.properties - messages_ko.properties 2. I18nConfiguration 생성 3. hello.html 작성 ### messages.properties msg_hello = Hello msg_world = World msg_complex = Good morning {0}! ### messages_en.properties msg_hello .. 2019. 1. 30. 이전 1 다음