ResourceBundle not found for MessageSource when placed inside a folder

后端 未结 13 1299
星月不相逢
星月不相逢 2020-12-08 17:11

I am trying to use resource bundles with Spring\'s Message Source. Here is the way I am doing it:

@Component
public class MessageResolver implements MessageS         


        
13条回答
  •  我在风中等你
    2020-12-08 17:50

    I have used following configuration and it is working fine in my project.

    
        
        
    
    

    location: src\main\resources\configurations\messages_en.properties

提交回复
热议问题