String externalization in Spring 3.1+ with MessageSource [no web.xml]

When dealing with translations or keeping text messages in one file you can use embedded Spring engine supporting String externalization with MessageSource Bean. There is a plenty of tutorials how to do it with web.xml based configuration, but not so many of them regarding the new Spring version and Spring boot completely in Java code. Here I … Continue reading String externalization in Spring 3.1+ with MessageSource [no web.xml]