ResourceBundle not found for MessageSource when placed inside a folder

后端 未结 13 1295
星月不相逢
星月不相逢 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. My messages.properties is in below path: ..\WebContent\WEB-INF\resources

    
        
        
    
    

提交回复
热议问题