All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.magician.common.constant.CommonConstant Maven / Gradle / Ivy

There is a newer version: 2.0.7
Show newest version
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