io.magician.common.constant.CommonConstant Maven / Gradle / Ivy
package io.magician.common.constant;
/**
* 公共常量
*/
public class CommonConstant {
/**
* 参数字符编码
*/
public static final String ENCODING = "UTF-8";
/**
* 浏览器图标名称
*/
public static final String FAVICON_ICO = "/FAVICON.ICO";
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy