Skip to content

Commit

Permalink
Update I18nEndpointAutoConfigurationBootstrap.java
Browse files Browse the repository at this point in the history
  • Loading branch information
mercyblitz committed May 9, 2024
1 parent 7707c39 commit ec7de98
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public class I18nEndpointAutoConfigurationBootstrap {
public static void main(String[] args) {
new SpringApplicationBuilder(I18nEndpointAutoConfigurationBootstrap.class)
.web(WebApplicationType.SERVLET)
.properties("test.i18n_messages_en.properties=test.a = test-a-2024")
.run(args);
}

Expand Down

0 comments on commit ec7de98

Please sign in to comment.