com.power.common.constants.Charset Maven / Gradle / Ivy
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