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

top.doudou.common.tool.constant.CommonConstant Maven / Gradle / Ivy

There is a newer version: 1.3.2
Show newest version
package top.doudou.common.tool.constant;

/**
 * @author  傻男人<[email protected]>
 * @Date: 2020/4/7
 * @Description: 常用的常量
 */
public interface CommonConstant {

    /**
     * 本地的ip
     */
    String LOCAL_IP = "0:0:0:0:0:0:0:1";

    /**
     * 本地的ip
     */
    String LOCAL_HOST = "127.0.0.1";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy