com.power.common.constants.Charset Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common-util Show documentation
Show all versions of common-util Show documentation
ApplicationPower common-util
package com.power.common.constants;
/**
* @author yu 2018/11/29.
*/
public class Charset {
public static final String DEFAULT_CHARSET = "utf-8";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy