标签: java spring spring-mvc message
我们正在使用messagesource通过方法从属性文件中提取错误消息: messageSource.getMessage(“error”,options,locale)
现在,当我在hotswap中更改或删除密钥“error”时,消息不会更改。
我不明白为什么删除或更改此密钥对服务器没有影响。它可以在服务器启动时保存到数据库吗?