-
Notifications
You must be signed in to change notification settings - Fork 40.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
spring.messages.basename not working when I config custom value #18513
Comments
Thanks for the report. Unfortunately, that isn't enough information for us to diagnose the problem. It sounds very similar to #18440. Perhaps you are disabling bean metadata caching or using a custom JVM that is doing so? If that's not the case and you'd like us to spend some time investigating, please spend some time creating a minimal example that reproduces the problem that you have described and then attach it as a zip to this issue. |
I use orcalejdk1.8 , config spring.messages.basename=messages,static.i18n.messages |
Thanks for the additional information. So that we can be sure that we're looking at the exact same problem as you are seeing, can you please provide a complete and minimal sample that reproduces the problem? A small project, zipped and attached to this issue is ideal. |
If you would like us to look at this issue, please provide the requested information. If the information is not provided within the next 7 days this issue will be closed. |
Closing due to lack of requested feedback. If you would like us to look at this issue, please provide the requested information and we will re-open the issue. |
spring.messages.basename
when I config custom value, I debug source code, I find Stringbasename = context.getEnvironment().getProperty("spring.messages.basename", "messages");
return default value. can't get my custom valueThe text was updated successfully, but these errors were encountered: