Nacos unicode problem

This commit is contained in:
thinkgem
2021-03-25 22:42:54 +08:00
parent 8b629fe0f1
commit 708acb0817

View File

@@ -23,7 +23,7 @@ import com.jeesite.common.lang.StringUtils;
* @author ThinkGem
* @version 2020-10-26
*/
public class PropertyLoader extends PropertiesPropertySourceLoader implements org.springframework.boot.env.PropertySourceLoader, Ordered{
public class PropertyLoader implements org.springframework.boot.env.PropertySourceLoader, Ordered{
private static boolean isLoadJeeSitePropertySource = false;
private PropertiesPropertySourceLoader propertiesPropertySourceLoader = new PropertiesPropertySourceLoader();