i18n踩坑

Spring Boot 国际化功能实现出现 No message found under code 'xx' for locale 'xx'问题处理

百度搜索报错信息基本都是说路径出问题,但是我试了次路径可以确保路径是没问题的,然后看报错信息:

org.springframework.context.NoSuchMessageException: No message found under code 'welcome' for locale 'en'.
at org.springframework.context.support.DelegatingMessageSource.getMessage(DelegatingMessageSource.java:76)
查看源码发现MessageSource为null,再往下看有点费劲,就百度“MessageSource为null”,果然找到了原因,原贴
posted @ 2022-10-07 16:03  米斯特寒  阅读(234)  评论(0)    收藏  举报