Skip to content

Instantly share code, notes, and snippets.

View othorizon's full-sized avatar
:octocat:
做自己喜欢的事

Rizon othorizon

:octocat:
做自己喜欢的事
View GitHub Profile
@othorizon
othorizon / MessageConfig.java
Created March 22, 2019 12:40 — forked from nilandev/MessageConfig.java
Spring MVC messageSource configuration via annotation
import org.springframework.context.MessageSource;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.support.ReloadableResourceBundleMessageSource;
@Configuration
public class MessageConfig {
@Bean
public MessageSource messageSource() {