Commit afe6982f authored by 马博's avatar 马博

ui update

parent a9ebfe8a
......@@ -13,10 +13,10 @@ import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
@ComponentScan(basePackages = {"ui","http","base","utils"})
@PropertySource(value = {"duiba.properties"})
public class Config {
// @Bean
// public PropertySourcesPlaceholderConfigurer propertyConfigInDev() {
// PropertySourcesPlaceholderConfigurer pspc = new PropertySourcesPlaceholderConfigurer();
// pspc.setFileEncoding("UTF-8");
// return pspc;
// }
@Bean
public PropertySourcesPlaceholderConfigurer propertyConfigInDev() {
PropertySourcesPlaceholderConfigurer pspc = new PropertySourcesPlaceholderConfigurer();
pspc.setFileEncoding("UTF-8");
return pspc;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment