You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 7, 2022. It is now read-only.
We should load the files in the following order:
Application.properties
Application_xx.properties //1
Application_xx-YY.properties //2
1 if lang is specified as 'xx' or 'xx-YY' (for instance: 'en', 'en-US');
2 if lang is specified as 'xx-YY'
Load order should be reversed as from today. Load the bottom-up from less to more specific and override the keys.
The text was updated successfully, but these errors were encountered: