For a Maven/Spring project set the message source basename to exactly "classpath:messages" and place the messsages*.properties file in src\main\java\resources. The string "classpath:" is hardcoded and probably means search in the root directory of java classes of your application.