Spring framework: No message found under code for locale

后端 未结 6 2232
遇见更好的自我
遇见更好的自我 2021-01-01 17:41

This is my messageResource declaration





        
6条回答
  •  青春惊慌失措
    2021-01-01 18:32

    You can add some code in application.properties:

    spring.messages.always-use-message-format=false
    spring.messages.basename=messages
    spring.messages.cache-seconds=-1
    spring.messages.encoding=UTF-8
    spring.messages.fallback-to-system-locale=true
    

提交回复
热议问题