Commit afe6982f authored by 马博's avatar 马博

ui update

parent a9ebfe8a
...@@ -13,10 +13,10 @@ import org.springframework.context.support.PropertySourcesPlaceholderConfigurer; ...@@ -13,10 +13,10 @@ import org.springframework.context.support.PropertySourcesPlaceholderConfigurer;
@ComponentScan(basePackages = {"ui","http","base","utils"}) @ComponentScan(basePackages = {"ui","http","base","utils"})
@PropertySource(value = {"duiba.properties"}) @PropertySource(value = {"duiba.properties"})
public class Config { public class Config {
// @Bean @Bean
// public PropertySourcesPlaceholderConfigurer propertyConfigInDev() { public PropertySourcesPlaceholderConfigurer propertyConfigInDev() {
// PropertySourcesPlaceholderConfigurer pspc = new PropertySourcesPlaceholderConfigurer(); PropertySourcesPlaceholderConfigurer pspc = new PropertySourcesPlaceholderConfigurer();
// pspc.setFileEncoding("UTF-8"); pspc.setFileEncoding("UTF-8");
// return pspc; 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