Commit 64e6ff55 authored by 马博's avatar 马博

ui update

parent 9daff913
...@@ -16,7 +16,7 @@ public class Config { ...@@ -16,7 +16,7 @@ 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