Skip to content

Instantly share code, notes, and snippets.

View HYChou0515's full-sized avatar
🏝️
Relax

HYChou HYChou0515

🏝️
Relax
  • tsmc
  • Taiwan
View GitHub Profile
@HYChou0515
HYChou0515 / SpringMVCWebConfig.java
Last active December 27, 2017 03:36 — 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;