Skip to content

Instantly share code, notes, and snippets.

View ilaotan's full-sized avatar
😁
talk is cheap,show me the code

不想当厨子的老谭 ilaotan

😁
talk is cheap,show me the code
  • 山东青岛
  • 23:21 (UTC +08:00)
View GitHub Profile
@ilaotan
ilaotan / SpringMVCWebConfig.java
Created November 26, 2016 08:16 — forked from AWolf81/SpringMVCWebConfig.java
Spring boot configuration file (annotation-based) - configures localization
package mongodbdemo.config;
import java.util.Locale;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.support.ReloadableResourceBundleMessageSource;